GitXplorerGitXplorer
j

tinygo_canvas2

public
23 stars
2 forks
0 issues

Commits

List of commits on branch master.
Verified
8872c737b8ae18420fbc9ed0d8beb62e9b1f89b0

Bind keydown listener to the whole document

jjustinclift committed 5 years ago
Verified
439d505acb8bd35038bffde261368e4fbebf08f1

Fix a bug with debugging output not showing the correct value

jjustinclift committed 5 years ago
Verified
2e0c66839506cae105fd5a3d40603571ec5bdbf4

Updated to work with Go 1.13 and TinyGo (0.12.0+)

jjustinclift committed 5 years ago
Verified
d3a5e885e756acb85d5f2454c858878c52d39880

Update outdated title for the html document

jjustinclift committed 6 years ago
Verified
9e38f5673ff28e3f5d522ad91a7b5ed82790f697

More efficient approach to recalculating the mid point of objects

jjustinclift committed 6 years ago
Verified
a323574d5a63d04c34ff219c13b8b27d412aaee4

Recalculate the mid point of each object, so the draw order is correct

jjustinclift committed 6 years ago

README

The README file for this repository.

This is just simple play around code, to learn what TinyGo can do with the html5 canvas at present. 😄

The running version of this is here:

    https://justinclift.github.io/tinygo_canvas2/

To compile the WebAssembly file:

$ tinygo build -target wasm -no-debug -o docs/wasm.wasm wasm.go