Skip to content

cstrlcs/rusty-sand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty Sand

A falling sand simulation written in Rust using the pixels crate for rendering.

Status

This is an incomplete project from 2021 that is currently being refactored. The goal is to move the codebase into a proper game loop architecture with support for different types of particles.

How to Run

Make sure you have Rust installed, then:

cargo run

Dependencies

  • pixels - For pixel-level rendering
  • winit - For window management and input handling
  • rand - For random number generation

Credits

Based on the falling sand tutorial from: https://jason.today/falling-sand

About

Falling sand simulator written in Rust.

Topics

Resources

License

Stars

Watchers

Forks

Languages