Add HTML / JS / CSS GUI to OpenGL app (Android and iOS)

The OpenGL ES 3 application that I am developing has reached the point where I need to build a graphical interface using standard HTML / JS / CSS.

I looked at Awesomium and Chromium for the desktop, and both options are viable. However, I have not come across a viable option for iOS and Android.

Is it possible to overlay a WebView / WKWebView over an OpenGL surface? Or maybe put an OpenGL surface inside a WebView / WKWebView and render the HTML GUI around OpenGL graphics?

+4
source share

Source: https://habr.com/ru/post/1663111/


All Articles