Go to the "techochoice" directory, start a local HTTP fileserver (eg. "python3 -m http.server $port" or "python2 -m SimpleHTTPServer $port"), Then open localhost:$port/demo.html in your browser. Should work, but I can't test it, as my browser refuses to notice my machine can do WebGL (it even worked in the past).
1 comment
For people without Windows:
Go to the "techochoice" directory, start a local HTTP fileserver (eg. "python3 -m http.server $port" or "python2 -m SimpleHTTPServer $port"), Then open localhost:$port/demo.html in your browser. Should work, but I can't test it, as my browser refuses to notice my machine can do WebGL (it even worked in the past).