Skip to content

MrMarble/rust-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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