this is a SDL2 lua binding, we can use SDL2 api via lua script ...
- download libraries (read the
library/README.MDfile for more information) - install msys2
- install mingw (run
pacman -S mingw-w64-x86_64-toolchain base-develin msys2 terminal) - install chocolatey
- install make (run
choco install make) - then run
makecommand in root directory
check
./scripts/stage.luaand./src/bridge.cfiles to more information.
