hotkebab99 is working a new project that aims to create a 3D virtual city. Currently in alpha stage of development so only a small section of the city is available to roam around in right now.
Technical information:
It uses the export OBJ files and MTL directly. Au chargement, la DS charge et interprète les fichiers. Loading, the load DS and interprets files. That is why the load is a bit long (no no console is not blocked). Everything is then stored in internal data structures ready to be used. This explains the low CPU usage. In addition, all calculations control of the car are made by the ARM7 (maximum use of two processors). The ARM9 "merely" to view. The project was developed under Eclipse with excellent emulator NO $ GBA. It was tested on hardware via a linker R4 and it worked properly without patchage.