Search code examples
c#3d-engine

Lightweight 3D Graphics Engine .NET (Compact and Full Framework)


I am creating a GUI for a machine that runs remote (WinXP) or on the machine itself (Windows CE 6.0).

Right now I've created a fast visualisation (read: very simple) of the machine itself. The goal is to make a bit more complex visualisation of the machine and for that I would need a lightweight 3d engine.

The engine should run on both full and compact .net framework (I am prepared to do some porting :).
What I mean with lightweigt is that it doesn't need shading, lighting, advanced camera's. The Idea is that the whole scene is shown in Isometric perspective.

So what I was wondering is that anyone knows a good engine (open source?) or has some helpfull resources you could share with me.


Solution

  • Did you try Irrlicht.

    Recently Irrlicht has acquired official .NET bindings, allowing users to develop in .Net languages such as VB.NET, C# and Boo.

    There is also Ogre 3D and also Axiom Engine