mirror of
https://github.com/AntonioND/box2d_nds.git
synced 2025-06-18 08:35:34 -04:00
Port of Box2D 2 r127 for Nintendo DS for BlocksDS.
contrib | ||
documentation | ||
examples | ||
include/Box2D | ||
source | ||
.gitignore | ||
License.txt | ||
Makefile | ||
readme.md | ||
TODO.txt |
Box2D port to Nintendo DS
Introduction
Welcome to Box2D!
Box2D is a 2D physics engine for games.
For help with Box2D, please visit http://www.box2d.org. There is a forum there where you may post your questions.
Install
Simply run this to build and install the library in your BlocksDS environment:
make install
Examples
Once you have installed the library, go to the folder of an example and run:
make
This will generate a NDS file that you can test with flashcarts or emulators.
About
Box2D by Erin Catto (http://www.box2d.org).
This port is based on r127 of the SVN repository.
Original patch to port Box2D to NDS by kavaler and 0xtob (2008).
Port to BlocksDS by Antonio Niño Díaz (2024).