Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkh-lab/ndk-egl-intro
Android Studio simple example how to use EGL/OpenGLES from native code.
https://github.com/nkh-lab/ndk-egl-intro
android android-application egl gles ndk
Last synced: 4 days ago
JSON representation
Android Studio simple example how to use EGL/OpenGLES from native code.
- Host: GitHub
- URL: https://github.com/nkh-lab/ndk-egl-intro
- Owner: nkh-lab
- Created: 2020-10-26T14:52:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T10:45:57.000Z (about 4 years ago)
- Last Synced: 2023-03-08T18:27:24.049Z (over 1 year ago)
- Topics: android, android-application, egl, gles, ndk
- Language: C
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ndk-egl-intro
Android Studio simple example how to use EGL/OpenGLES from native code.
Based on Khronos EGL Intro reference: https://www.khronos.org/registry/EGL/sdk/docs/man/html/eglIntro.xhtml
## Screenshots
![](doc/Screenshot_1603794670.png)## Notice
Due to Android Studio issue [AndroidStudio endless 'Scanning files to index…'](https://stackoverflow.com/questions/64546105/androidstudio-endless-scanning-files-to-index)
native_app_glue sources were localy copied to avoid it:
```
from
ndk/21.1.6352462/sources/android/native_app_glue
to
app/src/main/cpp/native_app_glue
```