Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/not-fl3/quad-android-playground
https://github.com/not-fl3/quad-android-playground
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/not-fl3/quad-android-playground
- Owner: not-fl3
- Created: 2022-09-04T22:22:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-05T01:18:08.000Z (about 2 years ago)
- Last Synced: 2024-08-03T03:03:15.770Z (3 months ago)
- Language: Rust
- Size: 170 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-quads - \*quad Android playground - a collection of Android shenanigans as one single app. Useful to test \*quads compatibility with a given android phone and do regression testing on anything related to Android. (Example usage / Apps or visualizations: On top of macroquad)
README
# Quad Android Playground
![android_playground](https://user-images.githubusercontent.com/910977/188341595-9d9e5cc3-26c1-4c3a-b2a3-52e811b0006c.gif)
Collection of android shenanigans as one single app. Useful to test *quads compatibility with a given android phone and do regression testing on anything related to android.
## Currently showcased features
- bluetooth
- onscreen keyboard
- permissions
- open file dialog
- app icons
- loading resources## Useful links:
[macroquad.rs: Publish game on Android with Macroquad](https://macroquad.rs/articles/android/)
[macroquda.rs: Java interop with Miniquad on Android](https://macroquad.rs/articles/java/)
[AndroidAssetStudio, a thing to make icons](http://romannurik.github.io/AndroidAssetStudio/)
## Contribution policy
Any cool trick you found with android and might be useful for others goes here. Basically any PR adding features and not breaking old functionality will be merged.
Purely documentation PRs are especially welcomed. A link you found useful? Add it to README. A piece of advice you spent 15 minutes googling? Belongs to README or a separate .md file in /docs.