buffer8848 / glesbox

GBL(Opengles Box Library for native GUI on windows, linux, android, iOS etc by wraping EGL)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

glesbox

GBL(Opengles Box Library for native GUI on windows, linux, android, iOS etc)

GBL is not a render engine, just a simple EGL wrapper for quickly integrating opengles code on multi-platform without no opengl env.

We use it in our VR & AR products.

keywords

  • support online render(render in screen directly) and offline render(render on texture and output into an image)
  • EGL for native GUI windows binding
  • c++11
  • OpenGL ES 2.0 and 3.x
  • WebGL 1.0 (compiled using Emscripten)

Dependencies

  • EGL 1.4(angle for windows)
  • libyuv

Build

  • see build/cmake4*.sh

License

  • MIT

Example usage

About

GBL(Opengles Box Library for native GUI on windows, linux, android, iOS etc by wraping EGL)


Languages

Language:CMake 55.4%Language:C++ 43.6%Language:Shell 0.9%