Which language are you using ?
Which language are you using ?
Just curious.. which language are most people using to develop in ?
-
- Posts: 64
- Joined: Sun May 22, 2005 3:06 pm
- Location: Germany
- Contact:
None of the above, cause we are coding our own .NET Wrapper as Mixed Mode Assembly like Niko's .NET Wrapper is working...
As we are developing our own Game Engine on top of Irrlicht, we thought it would be best to implement our own wrapper being able to add more (game-)engine specific stuff (some parts of the engine in native c++) to the wrapper...
BUT the rest of the Game is pure C# !
Duncan
--
Tucan Entertainment
As we are developing our own Game Engine on top of Irrlicht, we thought it would be best to implement our own wrapper being able to add more (game-)engine specific stuff (some parts of the engine in native c++) to the wrapper...
BUT the rest of the Game is pure C# !
Duncan
--
Tucan Entertainment
Dunno if it'll be any use to you.. but the Ogre.Net guys are using http://www.swig.org/ SWIG to help wrap things up a bit more quickly. I know I for one would like to see a full wrap up and running
-
- Posts: 279
- Joined: Fri Dec 24, 2004 6:37 pm
I use vb.net. I have worked with irrlicht in c++ but the major problem is that i am very very weak at object oriented programming in c++ so if there are any headers my project is bound to find errors. After several failing tries i turned to vb.net as i have a lot of experience of programming in vb6.