Demo

Move a cursor: Arrow key or Left click
Run: Enter

Build

Desktop

$ mkdir build
$ cd build
$ cmake ../src

# run
$ make run
# or
$ cmake --build . -t run

Web

$ ./make_web.bash

$ python wasm-server.py
# open in your browser ( http://localhost:8080/ )
# click `main.html`