/zglEngine

A OpenGL-ES GUI Engine

Primary LanguageC++

#zglEngine - README

zglEngine是一个基于OpenGL ES 1.1的跨平台GUI引擎,支持Linux, Windows, 和Android.

由于年代久远,多不维护,因此挑选较老的一个比较完整的版本,稍作整理后开源。

Image of architect-main

图一

#REQUIREMENTS

zglEngine currently requires:

  • OpenGL >= 1.5 (OpenGL 1.x)
  • or OpenGL >= 2.0+ (OpenGL es 2.0)

On X11, the development package requires:

  • libx11-dev
  • mesa-common-dev

On X11/Win32, the development library is requires:

libpng & zlib is no neccessary for Android.

#ARCHITECT

设计图-1

Image of architect-main

设计图-2

Image of overview-detail