Skip to content

rclovis/Nito-Wasm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nito

Sandbox cellular automata simulation. This project is the web vestion of the project native Nito

Building and running

You can try the simulation by yourself at Nito !

This project was developed in rust and ported to the web using wasm.

image

Features:

Technical

  • Simulation is implemented in Rust
  • Graphical frontend is implemented in wasm

Elements

  • Water: falls and spreads
  • Sand: falls and piles up
  • Wood: stays in place, burns into embers
  • Fire: flickers and decay
  • Smoke: rises and decays, generated from burning embers
  • Embers: generates fire and smoke, decays, turns into charcoal upon contact with water
  • Charcoal: stays in place, burns into embers

Authors

Releases

No releases published

Packages

No packages published

Languages

  • Rust 74.4%
  • JavaScript 14.7%
  • HTML 10.9%