Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivandimovsit/physics2d
A 2D physics simulation of points and contraints
https://github.com/ivandimovsit/physics2d
Last synced: 3 days ago
JSON representation
A 2D physics simulation of points and contraints
- Host: GitHub
- URL: https://github.com/ivandimovsit/physics2d
- Owner: IvanDimovSIT
- Created: 2024-08-16T16:48:52.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-24T20:38:27.000Z (3 months ago)
- Last Synced: 2024-08-25T13:38:20.526Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2D physics simulation
A 2D physics simulation made with macroquad for graphics and rayon for parallel calculations.Add points with left click, click on points to make them static, drag lines between points to create a constraint, remove points with the middle mouse button, move points by draging them with the right mouse button.
Pause/unpause the simulation with space bar, show information with 'D' key.