loki
loki

Reputation: 2966

Can you give some advise about 3D simulation engine (choose best one but how?) in winforms 3d and wpf 3d?

Can you give some advise winforms 3d and wpf 3d? Question: i try to write a simulation program 3D in windows forms i have some knowledge about CsGL (OpenGl wrapper)
DirectX
OPenTk

Also
SlimDx
OgreDotNet

WPF :
Balder

i have 2 question: 1) do you give some advise about above engines to create some simulation. Or any other best engine or wrapper class

2) Can i use Balder in Windows Forms?

Upvotes: 0

Views: 1730

Answers (1)

Allender
Allender

Reputation: 604

If you need only visualization, I can recommend you opensource visualization library VTK

But if you also need geometry computing (meshing, intersection and so on), I can advice another open source library OpenCascade

As example of using both of it, go to SALOME project. The last one also can be used as a platform of simulating application, but it's based on Qt library.

Upvotes: 2

Related Questions