What / where is the official Android release of Irrlicht?
I used svn on this:
Code: Select all
svn checkout http://svn.code.sf.net/p/irrlicht/code/branches/ogl-es/
I read one post which mentioned that the openGL ES branch would be joining the main trunk soon, any idea when?
Amongst other locations I found this version:
https://github.com/kexplo/irrlicht_ogl-es
It compiled without issue, however the static library was simply named "Android", a quick rename to "Android.a" and an alteration to the mk file sorted that, and the demo compiled without issue too.
All in all, this is the easiest Android chain I've worked with so far... Thanks to all, great job!