-
Necesitamos convertir un archivo .love que contiene el juego a un apk
Para obtener el .love metemos el main.lua junto a sus dependencias en un archivo .zip al que renombramos como game.love.
Esta …
-
Can we get our own sub forum?
-
Just opening this issue innocently, nothing to see here...
-
Generating AppImages for LOVE 11.5 doesn't work.
The reason for this appears to be that makelove fuses the .love file to the bin/love binary and renames it to bin/{game_name}, like so: https://gith…
-
Build automatically the binary executables and libs in this repo, like I did for [gmloader](https://github.com/PortsMaster/gmloader-next/pull/11) and [gptokeyb2](https://github.com/PortsMaster/gptokey…
-
(press `space` to switch to memory mode)
does it work properly in [the love2d version of jprof](https://github.com/pfirsich/jprof)? 🤔 i don't have any love2d projects to test...
- it breaks in the…
-
### What is your question?
is there a way to skew things in lua ? mostly like notes n shi
-
According to the changelog
> Changed `love.keyboard.isDown` and `love.keyboard.isScancodeDown` to *error* if an *invalid enum* value is given.
the check on line [171](https://github.com/SSYGEN/bo…
-
Would be nice to have a public roadmap that at least tells existing LÖVE2D features/modules that you have interest in adding sooner or later.
-
### Symptoms
Setting any breakpoints makes the application (Love2d game) extremely slow (but breakpoints are working).
Removing/disabling breakpoints before starting a debug session fixes the slowdo…