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
- Host: GitHub
- URL: https://github.com/aniketfuryrocks/eengine
- Owner: aniketfuryrocks
- Created: 2020-09-25T04:39:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T23:44:13.000Z (over 2 years ago)
- Last Synced: 2025-04-01T14:17:48.809Z (6 months ago)
- Topics: game-engine, physics-2d, rust
- Language: Rust
- Homepage:
- Size: 806 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eEngine
A physics engine writen in [rust](https://www.rust-lang.org/) over piston2dSee 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