Page 3 of 3

Re: GifCat -- Write GIFs in LOVE.

Posted: Tue Jan 03, 2017 1:48 pm
by WetDesertRock
The main issue with that is that guide is for programs that embed lua, not a lua library. This is a lua library which doesn't need to link lua.

Re: GifCat -- Write GIFs in LOVE.

Posted: Wed Mar 22, 2023 5:37 pm
by tourgen
anyone using this? I tried the latest version and it compiled fine once I installed python. It seems to work fine. really neat little utility and an interesting example of how to provide C code to LuaJIT. At least that's what it looks like it does - compile some C code to a shared lib and provide access to it via FFI.