项目作者: koalefant

项目描述 :
Little 2D physics engine used for my game Crate Before Attack.
高级语言: Rust
项目地址: git://github.com/koalefant/circle2d.git
创建时间: 2020-05-10T15:56:58Z
项目社区:https://github.com/koalefant/circle2d

开源协议:MIT License

下载


Circle2D

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

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

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:

  1. cargo run --release --example basic