Is there a version of ICE framework compatible with the current version of Irrlicht or are they still developing it? I downloaded 2.0 (I think) but it didnt seem like it was up to date, and I had to change a few things to get it to compile.
There is a version 3 out too, but ICE works with all recent versions of Irrlicht, The changes needed to get the event reciever running was posted already if I remember correctly.
no problem, been using version 2 of ICE for my project that's using Irrlicht .12. Only thing that I had to fix was the event reciever and Vsync part of the framework everything else worked well for me. Never had a reason to move to version 3 of ICE.
So what problem did you have when trying to compile it if you don't mind me asking?
I dont remember the exact errors but there was over 40 so I was curious to see if somehow I missed the latest version. I havent really started making a project with it yet because I just wanted to see if I could get the example to compile.