C+Makefile for Android
2020-05-14 17:27:16.083923+02 by Dan Lyke 0 comments
Raw Draw Android — Build android apps without any java, entirely in C and Make
Ever wanted to write C code and run it on Android? Sick of multi-megabyte packages just to do the most basic of things. Well, this is a demo of how to make your own APKs and build, install and automatically run them in about 2 seconds, and with an apk size of about 25kB.
With this framework you get a demo which has:
- To make a window with OpenGL ES support
- Accelerometer/gyro input, multi-touch
- An android keyboard for key input
- Ability to store asset files in your APK and read them with
AAssetManager- Permissions support for using things like sound. Example in https://github.com/cnlohr/cnfa
- Directly access USB devices. Example in https://github.com/cnlohr/androidusbtest