Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hydrol0x/rust-physics
Simple physics simulation made in rust with Kiss3d for visuals.
https://github.com/hydrol0x/rust-physics
particles physics physics-simulation spring-physics
Last synced: 1 day ago
JSON representation
Simple physics simulation made in rust with Kiss3d for visuals.
- Host: GitHub
- URL: https://github.com/hydrol0x/rust-physics
- Owner: hydrol0x
- Created: 2023-08-15T01:56:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-15T16:50:33.000Z (about 1 year ago)
- Last Synced: 2024-01-26T05:42:33.386Z (10 months ago)
- Topics: particles, physics, physics-simulation, spring-physics
- Language: Rust
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-physics
Simple physics simulation made in rust with Kiss3d for visuals.## Spring Simulation
Currently can only simulate disconnected springs. Working on making coupled springs.![ezgif-1-7b6d4870db](https://github.com/hydrol0x/rust-physics/assets/34951139/fb633228-5318-4325-83d0-8fefe148650f)
## Particles
Particles/circles with gravity. No particle collisions yet. Found in simple-soft
![simple-soft_AWRUCx3She](https://github.com/user-attachments/assets/2251ebe4-6822-4dab-b6b5-dc5140d9b236)