Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atomicptr/odin-raylib-box2d
A simple example project showcasing Odin + Raylib + Box2D (3.0+)
https://github.com/atomicptr/odin-raylib-box2d
box2d odin odin-lang raylib raylib-odin
Last synced: about 1 month ago
JSON representation
A simple example project showcasing Odin + Raylib + Box2D (3.0+)
- Host: GitHub
- URL: https://github.com/atomicptr/odin-raylib-box2d
- Owner: atomicptr
- License: mit
- Created: 2024-04-20T19:19:07.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-04-20T19:23:48.000Z (8 months ago)
- Last Synced: 2024-04-20T20:27:50.619Z (8 months ago)
- Topics: box2d, odin, odin-lang, raylib, raylib-odin
- Language: Odin
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# odin-raylib-box2d
A port of [erincatto/box2d-raylib](https://github.com/erincatto/box2d-raylib)
![](.github/images/screenshot.png)
## Build / Run
1. First you either need to download [odin-box2d](https://github.com/cr1sth0fer/odin-box2d) and put it into a sub directory called "odin_modules" or you install [git-pkg](https://github.com/atomicptr/gitpkg) and run: ```git pkg install```
2. ```make run```## License
MIT