OpenGLES?
Is it possible to access the Android OpenGLES library from Termux? I'd like to build Android apps from within Termux, but this is the only thing stopping me.
4 Replies
If you look at $PREFIX/include, there's "important" directory, which EGL/, GLES/, GLES2/ and GLES3/ (i guess it's from package
mesa
or opengl
?), which afaik, is C/C++ OpenGL ES Header located in those Dirs, but based on your Question (which i guess you want build .apk file), you have to use Android NDK + Android SDK to do that, with At least some C/C++ Skill, and obviously Kotlin/Java skill to make the App.Yes termux-gui
GitHub
GitHub - termux/termux-gui: A plugin for Termux to use native Andro...
A plugin for Termux to use native Android GUI components from CLI applications. - termux/termux-gui
I can make the APKs, I just need OpenGL(ES). I looked, but it doesn't seem like installing the toolchain gives me those headers or libraries.
Interesting, I'll check it out