mirror of
https://github.com/golang/go.git
synced 2024-11-22 05:40:42 +00:00
Added source code link to the wasmGraph1 example
parent
b2b432d504
commit
8b8da3369b
@ -86,4 +86,5 @@ See https://tip.golang.org/pkg/syscall/js/
|
||||
# Further reference examples
|
||||
|
||||
* [GoWasm Experiments](https://github.com/stdiopt/gowasm-experiments) - Demonstrates working code for several common call types
|
||||
* [Drawing simple 3D objects on 2D canvas](https://justinclift.github.io/wasmGraph1/) - Displays wireframe solids on the 2d canvas, using basic matrix maths. Use wasd/keypad keys to rotate.
|
||||
* [Drawing simple 3D objects on 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.
|
Loading…
Reference in New Issue
Block a user