three.js on winform application c#

I wonder that can I use three.js or babylonjs on winform application c# or not? If yes, can I load some values from Datagridview table and draw 3D shapes?

thanks, Ahmet.

Upvotes: 0

Views: 2421

Answers (2)

A.J.Bauer
A.J.Bauer

Reputation: 3001

You can use CefSharp in your WinForms together with Three.js or Babylon.js.

How to use CefSharp (chromium embedded framework c#) in a Winforms application

WinForms and Babylon.js

Upvotes: 0

user8556290
user8556290

Reputation:

No sure about this git project but try it, if is what you looking for https://github.com/delaneyj/three.net this is the webGL own integrated on all major browser by default, or sometime need to be activated for linux os browser.

Upvotes: 1

Related Questions