Releases: sonoro1234/anima
anima and LuaJIT-Window v0.2b
This release has a LuaJIT fix for a problem in v0.2
Portable releases: Just uncompress in a folder and run from there.
Using notepad++ in windows the command would be luajit.exe script.lua
Using SublimeText in linux the command would be anima_launcher script.lua
Examples for anima and included libraries are in examples folder.
LuaJIT-Window is a stripped version of anima without anima, only window creation and sound libraries:
LuaJIT-SDL2
LuaJIT-GLFW
LuaJIT-ImGui (for widgets inside SDL2 or GLFW)
LuaJIT-rtaudio
LuaJIT-libsndfile
LuaJIT-async
luafilesystem (for LuaJIT with unicode in windows)
anima and LuaJIT-Window v0.2
Dont use this release. It had a LuaJIT problem fixed in v0.2b
Portable releases: Just uncompress in a folder and run from there.
Using notepad++ in windows the command would be luajit.exe script.lua
Using SublimeText in linux the command would be anima_launcher script.lua
Examples for anima and included libraries are in examples folder.
LuaJIT-Window is a stripped version of anima without anima, only window creation and sound libraries:
- LuaJIT-SDL2
- LuaJIT-GLFW
- LuaJIT-ImGui (for widgets inside SDL2 or GLFW)
- LuaJIT-rtaudio
- LuaJIT-libsndfile
- LuaJIT-async
- luafilesystem (for LuaJIT with unicode in windows)
anima for linux64 and win32
Portable releases: Just uncompress in a folder and run from there.
Using notepad++ in windows the command would be luajit.exe script.lua
Using SublimeText in linux the command would be anima_launcher script.lua
Examples for anima are in examples folder.
Examples for included libraries can be found in sources