Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csaratakij/loveplayground
Personal love2d playground in Termux (Android, aarch64, non-proot)
https://github.com/csaratakij/loveplayground
adb android love2d lua termux
Last synced: 6 days ago
JSON representation
Personal love2d playground in Termux (Android, aarch64, non-proot)
- Host: GitHub
- URL: https://github.com/csaratakij/loveplayground
- Owner: CSaratakij
- Created: 2022-04-23T06:38:03.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-07T12:45:12.000Z (over 2 years ago)
- Last Synced: 2024-11-22T04:22:39.739Z (2 months ago)
- Topics: adb, android, love2d, lua, termux
- Language: Lua
- Homepage:
- Size: 40 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LovePlayground
- Personal love2d playground in Termux (Android, aarch64, non-proot)# Getting Started
1) Setup termux storage with "termux-setup-storage"
2) Make sure all dependencies satify
3) Run "make all", ".love" will store in bin directory
4) Close love2d app before restart to guarantee fresh start (not required with run 'debug' option)# Run 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)# Note
- 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# Dependencies
- make
- zip
- android-tools
- Termux (from F-Droid)
- love2d (android app)