Added gomeboycolor-wasm to the reference examples

Justin Clift 2018-09-21 23:31:40 +01:00
parent be86e11d83
commit 05f60ee11d

@ -126,6 +126,7 @@ Please get involved and help drive this if you're interested in the Debugger sid
* [arty](https://stdiopt.github.io/gowasm-experiments/arty/client) (**NEW**) * [arty](https://stdiopt.github.io/gowasm-experiments/arty/client) (**NEW**)
* [Drawing simple 3D objects on the 2D canvas](https://justinclift.github.io/wasmGraph1/) ([source code](https://github.com/justinclift/wasmGraph1/)) * [Drawing simple 3D objects on the 2D canvas](https://justinclift.github.io/wasmGraph1/) ([source code](https://github.com/justinclift/wasmGraph1/))
* Displays wireframe solids on the 2d canvas, using basic matrix maths. Use wasd/keypad keys to rotate. * Displays wireframe solids on the 2d canvas, using basic matrix maths. Use wasd/keypad keys to rotate.
* [Gomeboycolor-wasm](https://github.com/djhworld/gomeboycolor-wasm) - WASM port of an experimental Gameboy Color emulator. The [matching blog post](https://djhworld.github.io/post/2018/09/21/i-ported-my-gameboy-color-emulator-to-webassembly/) contains some interesting technical insights.
# Editor configuration # Editor configuration