Port of Box2D 2 r127 for Nintendo DS for BlocksDS.
Go to file
2024-07-27 15:40:12 +01:00
contrib Use UNIX line endings instead of DOS 2024-07-27 15:40:12 +01:00
documentation Use UNIX line endings instead of DOS 2024-07-27 15:40:12 +01:00
examples Use UNIX line endings instead of DOS 2024-07-27 15:40:12 +01:00
include/Box2D Use UNIX line endings instead of DOS 2024-07-27 15:40:12 +01:00
source Use UNIX line endings instead of DOS 2024-07-27 15:40:12 +01:00
.gitignore Make HelloWorld example buildable 2024-07-26 20:25:28 +01:00
License.txt Use UNIX line endings instead of DOS 2024-07-27 15:40:12 +01:00
Makefile Fix build 2024-07-26 20:06:42 +01:00
readme.md Use UNIX line endings instead of DOS 2024-07-27 15:40:12 +01:00
TODO.txt Use UNIX line endings instead of DOS 2024-07-27 15:40:12 +01:00

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).