- Personal love2d playground in Termux (Android, aarch64, non-proot)
- Setup termux storage with "termux-setup-storage"
- Make sure all dependencies satify
- Run "make all", ".love" will store in bin directory
- Close love2d app before restart to guarantee fresh start (not required with run 'debug' option)
- $make : build .love
- $make all : build & run .love (local)
- $make run : run previous build .love (local)
- $debug-local.sh : build, run & print logcat (adb to localhost required)
- $debug-external.sh : build, run & print logcat of other device (adb to other devices required, other device need to install love2d app as well)
- Before $adb connect, don't forget to pair first
- All run options support up to love v.11.3 due to Android 10 scoped storage restrictions
- make
- zip
- android-tools
- Termux (from F-Droid)
- love2d (android app)