Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/koalefant/circle2d

Little 2D physics engine used for my game Crate Before Attack.
https://github.com/koalefant/circle2d

miniquad physics-2d rust-lang webassembly

Last synced: 3 months ago
JSON representation

Little 2D physics engine used for my game Crate Before Attack.

Awesome Lists containing this project

README

        

# Circle2D

Circle2D is a little physics library used for my game [CrateBeforeAttack](https://CrateBeforeAttack.com).

Live demo: https://koalefant.github.io/circle2d/

![Demo Screenshot](screenshot.png)

It is not production ready, supports only circular shapes and distance fields.
It borrows concept and algorithms from incredible
[Box2D-Lite](https://github.com/erincatto/box2d-lite) by [Erin
Catto](https://github.com/erincatto) and amazing [Chipmunk2D](https://github.com/slembcke/Chipmunk2D).

To run example:
```
cargo run --release --example basic
```