tesselode
tesselode
#9 revealed a pretty terrible bug that probably shouldn't have made it to a stable release. So yeah, I should really see why my tests didn't catch that.
I want the keep the demo small and not have too much code besides the Tactile setup, but directional button presses are mainly applicable in menus. I don't want to...
If I create the file `test/init.lua`, and I require it via `require 'test'`, hot reloading will not work for that file. I don't know if this is an issue with...
If you run a main.lua with the following code: ```lua local push = require 'push' push:setupScreen(384, 216, 1280, 720) function love.draw() push:start() love.graphics.print('Memory usage: ' .. math.floor(collectgarbage 'count') .. 'kb')...
Situations I'm aware of that can lead to Kira outputting NaNs: - Using a tween with a duration of 0 (not tested, but I'm pretty sure this would lead to...
In KDE, there's this widget which lets me select the default audio device for applications:  This doesn't seem to impact what cpal chooses as the default, though. I have...