03-29-2010, 03:06 PM
I supose that you already know how to work with Irrlicht, but if you don't: http://irrlicht.sourceforge.net/tutorials.html
Then, you will need to create a DLL in c++ (or in C if Irrlicht has a C port), here is a discussion about creating a C dll for RMXP, it is C, but c++ isn't much different. You should look for some dll tutorials, just search "creating a c++ dll".
Good luck with that.
Then, you will need to create a DLL in c++ (or in C if Irrlicht has a C port), here is a discussion about creating a C dll for RMXP, it is C, but c++ isn't much different. You should look for some dll tutorials, just search "creating a c++ dll".
Good luck with that.