https://github.com/0x0ade/fnadroid-legacy
Unofficial "FNA for Android" wrapper.
https://github.com/0x0ade/fnadroid-legacy
Last synced: 28 days ago
JSON representation
Unofficial "FNA for Android" wrapper.
- Host: GitHub
- URL: https://github.com/0x0ade/fnadroid-legacy
- Owner: 0x0ade
- Created: 2015-10-06T20:07:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-24T12:03:57.000Z (about 9 years ago)
- Last Synced: 2025-04-01T17:55:14.229Z (about 1 month ago)
- Language: C
- Homepage:
- Size: 45.2 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FNADroid
## Unofficial "FNA for Android" wrapper.Ever wanted to publish an Android version of your FNA game? Never wanted to use MonoGame or pay weird fees just to get it running? Then FNADroid is.. well, still in its early phase, but maybe suited for you!
* Uses a custom compiled Mono (".NET for Linux") runtime, staying up-to-date and performant.
* Supports only 99% of Android devices; who uses ARMv5 nowdays?
* Out-of-the-box only supports only [67.8% (Android 4.3+)](https://developer.android.com/about/dashboards/index.html?utm_source=suzunone) devices due to possible future GLESv3 code & device performance (it's possible that the minimum API will be lowered in the future).
* Tries to work with mainline FNA.
* Only compiles on Linux.
* Uses GLESv2, possibly killing your game.