tversteeg / circle2d

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Circle2D

Circle2D is a little physics library used for my game CrateBeforeAttack.

Demo Screenshot

It is not production ready, supports only circular shapes and distance fields. It borrows concept and algorithms from incredible Box2D-Lite by Erin Catto and amazing Chipmunk2D.

To run example:

cargo run --release --example basic

About

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

License:MIT License


Languages

Language:Rust 100.0%