Skip to content

YagamiNewLight/sandspiel

 
 

Repository files navigation

sandspiel

"Imagine the cool phenomenon when the wind blows the falling leaves. This game simulates the phenomenon with powder (dots)!" -DAN-BALL

This is a falling sand game built in rust (via wasm), webgl, and some JS glueing things together.

The goal is to produce an cellular automata environment that's interesting to play with and supports the sharing and forking of fun creations with other players. Ultimately, I want the platform to support editing and uploading of your own elements via a programmable cellular automata API.

🛠️ Build:

wasm-pack build;
npm run start

a successor to my previous efforts in javascript and lua

Fluid simulation code adopted from https://github.com/PavelDoGreat/WebGL-Fluid-Simulation

About

Creative cellular automata browser game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 44.9%
  • JavaScript 31.3%
  • GLSL 10.6%
  • TypeScript 7.1%
  • CSS 3.5%
  • HTML 2.6%