Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 896 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 896 Bytes

Rust Playground

workspace where I dump all my little rust projects, mostly graphics related

Verlet Physics [source] [wasm]

Simple physics simulation using the verlet algorithm. Made following this video: https://youtu.be/lS_qeBy3aQI

demo gif

Ants Simulation [source] [wasm]

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

demo gif

2D Island generation [source] [wasm]

2D Island generation with shadow casting to simulate 3D using perlin noise Inspiration: https://www.youtube.com/watch?v=bMTeCqNkId8

demo gif