-
When I run Love2D via Flatpak, I get the following error:
```
$ flatpak run org.love2d.love2d
[destroyed object]: error 7: failed to import supplied dmabufs: Unsupported buffer format 875713345
…
-
Hi.
Vudu looks very interesting. However, I'm unable to get it to load. I followed the instruction s on GitHub by dropping vudu folder into a project. To just test out the bare bones of vudu (e.g. …
-
### How are you using the lua-language-server?
NeoVim
### Which OS are you using?
Linux
### What is the issue affecting?
Other
### Expected Behaviour
After seeing the following pr…
-
It seems that it only happens under certain conditions because sometimes the stack overflow error is properly displayed, I did some tests but didn't find any clues...
Here's the error message:
```…
-
### What feature do you want to suggest to the game?
An ability to write in the arithmetic minigame.
This is very important for players who can't do `0xB7163*0xD6BA3` off the top of their heads,…
-
Hi, I'm trying to use bignumber (and ext because of this) with love2d, and am running into an issue where ext/number.lua generates an error. I'm no lua programmer, but it seems "table.unpack" perhaps …
-
Hi. I'm a novice lua programmer who is used to using Love2D and am enjoying trying out your alpha version of Lyte2D. However, it is not clear to me from your Lyte2D examples in what instances the prog…
-
It is possible to define custom events by appending the table [love.handlers](https://www.love2d.org/wiki/love.event), but in love-api it is undefined.
-
Tell me please (^^)
-
Hello,
I'm running this code to package our game in an ubuntu:latest Docker image (on GitLab):
````
- apt-get update && apt-get install -y gnupg2 lsb-release
- echo "deb http://ppa.launchpad.net…