three.js on winform application c#

2.2k Views Asked by At

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.

2

There are 2 best solutions below

0
On

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.

0
On

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