Skip to content

A simple powder toy clone written in Rust with bevy.

Notifications You must be signed in to change notification settings

SimonWoodburyForget/sio2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SiO2

demo

A simple powder toy clone written in rust with bevy.

Controls

  • 1 - static concrete
  • 2 - sand
  • 3 - water
  • 0 - eraser
  • + - increase brush size
  • - - decrease brush size

Building

Install and configure nightly rust:

rustup toolchain install nightly
cd path/to/sio2
rustup override set nightly

Install LLD/ZLD:

# Ubuntu:
sudo apt-get install lld

# Windows:
cargo install -f cargo-binutils
rustup component add llvm-tools-preview

# Mac OS:
brew install michaeleisel/zld/zld

Build and run SiO2:

cd path/to/sio2
cargo run --release

About

A simple powder toy clone written in Rust with bevy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%