is there any existing plain C wrapper for Irrlicht? Anyone has coded that for bindings to other languages?
Thanks!
Is there any Irrlicht C Wrapper?
-
- Competition winner
- Posts: 688
- Joined: Mon Sep 10, 2012 8:51 am
Re: Is there any Irrlicht C Wrapper?
Google: extern "C"
You can use irrlicht as long as you create functions that link it to your plain C files.
And yes, there are other bindings. Check the Project Announcements section of these forums. I believe there you will find the Python and Ruby bindings.
You can use irrlicht as long as you create functions that link it to your plain C files.
And yes, there are other bindings. Check the Project Announcements section of these forums. I believe there you will find the Python and Ruby bindings.
Re: Is there any Irrlicht C Wrapper?
Well, you don't get around using the classes with extern C. There are binding to other languages, but those are also OO languages. I haven't heard about a c wrapper yet.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: Is there any Irrlicht C Wrapper?
Good luck.
Hm, makes me wonder if we should maybe add an own sub-forum for language wrappers. Or even general interface wrappers (for stuff like physics engine wrappers, sound wrappers etc). Jirr seems dead anyway and could be replaced.
Hm, makes me wonder if we should maybe add an own sub-forum for language wrappers. Or even general interface wrappers (for stuff like physics engine wrappers, sound wrappers etc). Jirr seems dead anyway and could be replaced.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm