Skip to content

gregstoll/wator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wator

WebAssembly port of the wator visualization from xlock (that itself is based on Dewdney's Wa-Tor, water torus simulation)

Live demo Project writeup

Based on xlockmore-5.83

To build:

  • Set up the Emscripten SDK
  • Run emcc -O3 wator.cpp -s EXPORTED_RUNTIME_METHODS=HEAPU8 -o wator.html
    • (but ignore wator.html, instead use wator_simulation.html)
  • To emit source maps, run emcc wator.cpp -s EXPORTED_RUNTIME_METHODS=HEAPU8 -o wator.html -g -gsource-map

To test locally:

About

WebAssembly port of the Wator visualization from xlock

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Contributors