Hi All,
I'm currently in the process of porting IrrLicht to Android using native only code (so no Java involved). I was wondering if there was any interest in this, either from the Dev's or from the public? I know there is already a port to Android, but it looks very incomplete, unmaintained and uses Java. Please do correct me if I'm wrong, I'm open to constructive discussions!
It would only support Android devices running > Android 2.3, but this is quickly becoming the norm, the advantage being that there should be little modification required to the examples in order to get them to run on a Android device.
Actually, if the stand alone toolset is used (built using google's tools from NDK) there is actually very little needed to be done to the build system.
So far I have a CIrrDeviceAndroid interface working with the COGLESDriver. There is still much todo but I am making good progress, especially seeing as I haven't had much experience of the IrrLicht engine yet.

