An open API service indexing awesome lists of open source software.

https://github.com/antoniond/box2d_nds

Port of Box2D 2 r127 for Nintendo DS for BlocksDS.
https://github.com/antoniond/box2d_nds

Last synced: about 1 month ago
JSON representation

Port of Box2D 2 r127 for Nintendo DS for BlocksDS.

Awesome Lists containing this project

README

        

# 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:

```bash
make install
```

## Examples

Once you have installed the library, go to the folder of an example and run:

```bash
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](https://sourceforge.net/p/box2d/code/HEAD/tree/).

Original patch to port Box2D to NDS by kavaler and 0xtob (2008).

Port to BlocksDS by Antonio Niño Díaz (2024).