Presents an interactive grid where the user can place different kinds of particle pixels that interact with each other and follow simple rules.
- Build on Linux with
GOOS=JS GOARCH=wasm go build -o main.wasm
- Copy wasm_exec.js into the folder
- Run a web server capable of properly sending WebAssembly files
- Only
index.html
,style.css
,main.wasm
, andwasm_exec.js
are required.
- Only
- Done!