luasdl2
luasdl2 copied to clipboard
A pure C binding of SDL 2.0 for Lua 5.1, Lua 5.2, and LuaJIT.
Are you sure its Lua 5.4 by default :3
After doing a channel pop the list is rotated but the first element is never freed and ram usage continues growing. https://github.com/Tangent128/luasdl2/blob/master/src/channel.c#L156
Currently, the counter overflows on my system very quickly.
howdy folks, i know this isnt a problem solving place. but think it would be good to at least bring these things up. so what i have been trying with...
Running `luarocks install lua-sdl2` on windows with powershell runs into several problems: 1. trying to pass the directories manually for SDL2_image (as well as other SDL2 addon libraries) yields an...
I have successfully installed lua-sdl2 on linux (ubuntu) using luarocks,by typing "luarocks install lua-sdl2",though some other libraries are needed before this step. But it is still easy compared to the...
Which exactly SDL2 libraries (e.g. you need SDL2-devel-2.0.4-mingw.tar.gz, SDL2_image-2.0.1.zip, etc) do I need to download to make with Cmake and then compile with Mingw? Do I need Mingw32 or Mingw64?...
Hi everyone, I am on Ubuntu and trying to get a haptic effect with a Microsoft Sidewinder 2. Everything is fine for most of the effects. I get the rumbleEffect...
When running the HitTest example (from #75) the integer value for the area's x and y is way to high. I guess a `double` is interpreted as a `long long...
On [SDL-setHint documentation page](https://github.com/Tangent128/luasdl2/wiki/Sdl-setHint) says that the function first argument is a `name` and ask the user to check "SDL.hint" for the possible values but there is not SDL.hint table...