https://github.com/mrmarble/rust-playground
https://github.com/mrmarble/rust-playground
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrmarble/rust-playground
- Owner: MrMarble
- Created: 2023-02-19T19:43:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T13:01:54.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T19:14:52.467Z (12 months ago)
- Language: Rust
- Homepage: https://mrmarble.dev/rust-playground/
- Size: 34.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust Playground
workspace where I dump all my little rust projects, mostly graphics related
## Verlet Physics [[source]](/verlet/) [[wasm]](https://mrmarble.dev/rust-playground/#verlet)
Simple physics simulation using the verlet algorithm. Made following this video: https://youtu.be/lS_qeBy3aQI

## Ants Simulation [[source]](/ants/) [[wasm]](https://mrmarble.dev/rust-playground/#ants)
Ant colony simulation that wander around seeking food and brings it back to the colony forming paths.
Inspiration: https://www.youtube.com/watch?v=81GQNPJip2Y

## 2D Island generation [[source]](/island/) [[wasm]](https://mrmarble.dev/rust-playground/#island)
2D Island generation with shadow casting to simulate 3D using perlin noise
Inspiration: https://www.youtube.com/watch?v=bMTeCqNkId8
