Irrlicht in a WinForm!

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
matiae
Posts: 16
Joined: Wed May 31, 2006 8:06 am
Location: Chile

Post by matiae »

Hi,
I had the same problem with the winforms events, so I created a class to manage the Irrlicht device. This class has methods that are called when a winform event occurs on the form control.. :? of course it could become much more complicated to do things like control a FPS camera. Has anyone done something like this?? or is there a simpler way to make Irrlicht events work in winforms?? :(
shurijo
Posts: 148
Joined: Sat Feb 21, 2004 3:04 am

Post by shurijo »

Ros wrote:
Ros wrote:
shurijo

say:
Quote:
Its much easier to handle events using Irrlicht without putting it in a picturebox (using the IrrlichtDevice window instead of a WinForm).


How? where i can look example of code?


All of the tutorials (with the exception of the WinForm tutorial) use an IrrlichtDevice without placing it on a .NET WinForm.
I don't need console start :(

I need WinForm start without console.
Then don't start with a console, just use the IrrlichtDevice window instead of the winform.
Ros
Posts: 30
Joined: Thu Jul 13, 2006 11:30 am
Contact:

Post by Ros »

How?I m big noob:) with irrlicht
Locked