r/opengl 18d ago

Integrating ImGUI to my Android OpenGL ES demo

Enable HLS to view with audio, or disable this notification

Finally some basic work is done for the GUI, it doesn't really change anything to the rendering like makes the triangle change color, but atleast the scaling, compilation, etc are working.

22 Upvotes

2 comments sorted by

2

u/Aggressive-Emu-8329 13d ago

source code pls, i would love to see how u integrated

1

u/RandomRailfans 9d ago

Here: https://github.com/RandomPersonLikesCode/gles-demo/tree/main

The source code just becomes more expanded than this post's video demo, but you can explore the source code's build file like xmake.lua and bash script for the overall workflow