Irrlicht on an .NET form

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
andyboy_uk

Irrlicht on an .NET form

Post by andyboy_uk »

Hi there,

I just stumbled across this library and it looks very impressive indeed, Im not actually looking to use the 3d components of this yet, and had a question about using the library in .NET.

What I want to do is have a windows form (normal Vs.NET form) and use Irrlicht as a kind of canvas to do fast 2d/3d drawing.

Its for a map editor for a game, the XML and DB stuff in .NET is great and the interface is more than adequate but the drawing commands are just a bit too slow. This looks ideal, if only I could get it to output to either an existing form, or even better, what about a control like a picturebox.

Would that be possible? Maybe passing the hwnd of the control/window that you want the output to be displayed.

Has anyone done this yet/is it on the way?

Thanks and good work,
Andy D
hgc
Posts: 7
Joined: Wed Oct 11, 2006 9:05 am
Location: Madrid, Spain

Post by hgc »

I would like to make exactly the same thing... a Irrlicht view inside a Windows Form. An ActiveX control or a Windows Form control would be fantastic. Does anyone know how to do it?

Thanks in advance,

HGC
Post Reply