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.
- Host: GitHub
- URL: https://github.com/antoniond/box2d_nds
- Owner: AntonioND
- License: zlib
- Created: 2024-07-26T00:13:29.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-07-27T14:40:25.000Z (9 months ago)
- Last Synced: 2025-04-03T19:16:03.639Z (about 1 month ago)
- Language: C
- Homepage:
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: License.txt
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).