Hello!
This is a 3D engine, which aim is to make easier the procces of making a 3D game for the DS
Characteristics:
-Loader of models and textures from FAT.
-Dual 3D, as easy as normal 3D.
-Can load BMPs of 8, 16, and 24 bits and convert them into textures.
-Hardware-accelerated effects like fog and toon shading.
-You can take screenshots of both screens in dual 3D mode or the 3D screen in normal 3D mode.
-Animated model support.
-2D over 3D system.
-Very basic physics engine.
-API functions.
-2D text in 3D mode, any character size allowed.
TODO:
-A3I5 texture converter (3 bits of alpha, 5 bits of indexed colors).
-Improve physics engine.
-You can ask me for the things you would like to see.
Download NitroEngine
Download NitroEngine Setup
1-Copy NitroEngine folder to devkitPro folder (if not using the installer).
2-Compile it. Nitro Engine should be ready.
3-Compile one example to check everything's OK.
4-If you are planning to use it with PAlib you will have to change a bit the makefile (add -lNE to LIBS and $(DEVKITPRO)/NitroEngine to LIBDIRS).
Regards,
Antonio.