Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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