| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
If you appreciate this project, support me on Patreon or Liberapay !
This project demonstrates how to access and write into a "window" framebuffer in Android.
As it stands, it just lit every line of pixel of the window with a color randomly selected in a palette of 4 colors.
The useful part of the example is inside
fill_pixels.c.
android_native_app_glue.c is, as
the name implies, just a way to connect Android's NativeActivity code
to this native code.
If you want to test this code, you'll need :
Then you will need to execute, from a terminal workig in this folder :
git submodule init
git submodule update
cd apk
./gradlew installDebug| Back | FazBrowse Home | New Git URL |