snowkittykira

Results 6 issues of snowkittykira

It would be nice for the text entry to take hex numbers, to match with the memory display and the wasm-4 documentation.

If you put the cursor into the text field under "hex view" in the web runtime devtools, typing 2 and 4 doesn't work. Other numbers seem to work fine! I...

I changed it to match the way vec3 detects cdata. Also added a test, though the test will not catch this bug unless run under luajit rather than lua.

quat.from_direction is returning un-normalized quaternions: for example: ` print (quat.from_direction(vec3.unit_x))` prints `(+0.000,+1.000,+0.000,+1.000)`

currently when the canvas is resized (e.g when going fullscreen) the game view is stretched, would it be possible to have the game resolution automatically reflect the canvas size like...

Currently a fixture/shape needs to have in its mask _every_ category that it doesn't want to collide with, which is the opposite of how it works in box2d fixture:getMask says...

change
good first issue