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

https://github.com/aniketfuryrocks/eengine

A physics engine writen in rust over piston2d
https://github.com/aniketfuryrocks/eengine

game-engine physics-2d rust

Last synced: 6 months ago
JSON representation

A physics engine writen in rust over piston2d

Awesome Lists containing this project

README

          

# eEngine
A physics engine writen in [rust](https://www.rust-lang.org/) over piston2d

See the main file for usage examples.

### Status :

**Currently Supported**

*Rigid Body*
```json
Shapes : Rectangle
Laws : Gravity
```

**Planned**

*Rigid Body*
```json
Shapes : Circle
Laws : Collision
```

### Goals out of scope :
1. Camera movement
2. Scaling