hump
hump copied to clipboard
LÖVE Helper Utilities for Massive Progression
i try update some funcion all time `lua timer.every(0, function() --someone end) ` but timer freezen on call it
https://github.com/vrld/hump/blob/08937cc0ecf72d1a964a8de6cd552c5e136bf0d4/vector.lua#L118 Typically the arguments to atan2 are y first, and that is how it's done in the corresponding function in vector-light, so I assume this is a mistake.
I have a few PR/improvements for this project but looking one other issues this repo was abandoned. Is there any new maintainer for this?
### Expectation: the [docs section](https://hump.readthedocs.io/en/latest/camera.html#camera:attach) for `camera:attach` lists its arguments ### Reality: listed function signature and examples use zero argument. No mentions are present in the description that this is...
Just a good method to have
Compatible for Lua 5.3
…draw(x, y, width, height, func)
signal.emit("clear") Error: library/hump/signal.lua:42: bad argument #1 to 'pairs' (table expected, got function) ```LUA function Registry:emit(s, ...) for f in pairs(self[s]) do f(...) end end ``` Registry:emit does not check if...
For example, if you want to be able to do stencil tests in a canvas, you must now say `love.graphics.setCanvas{canvas, stencil = true}`; moonshine will fail if you pass a...