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