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: 28 days 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: 2024-09-03T01:13:58.000Z (5 months ago)
- Last Synced: 2024-11-14T03:29:17.514Z (3 months ago)
- Topics: particles, physics, physics-simulation, spring-physics
- Language: Rust
- Homepage:
- Size: 65.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)