update readme

This commit is contained in:
Vadim Lopatin 2014-04-25 06:29:19 +04:00
parent fffc2f408f
commit cb236b0f80
1 changed files with 10 additions and 7 deletions

View File

@ -9,12 +9,14 @@ Alpha stage of development.
* Mostly inspired by Android UI API (layouts, styles, two phase layout, ...)
* Supports highly customizable UI themes and styles
* Supports internationalization
* Hardware acceleration using OpenGL (when built with USE_OPENGL)
* Hardware acceleration using OpenGL (when built with version USE_OPENGL)
* Fallback to Win32 API / XCB when OpenGL is not available
* Actually it's a port (with major refactoring) of GUI library for cross platform OpenGL based implementation of Cool Reader app prokeject from C++.
* Actually it's a port (with major refactoring) of GUI library for cross platform OpenGL based implementation of Cool Reader app project from C++.
* Almost ready for 2D games development
* Goal: provide set of widgets suitable for building of IDE.
Widgets
-------
@ -30,6 +32,7 @@ Currently implemented widgets:
* CheckBox - check button with label
* RadioButton - radio button with label
* EditLine - single line edit
* EditBox - multiline editor
* VSpacer - vertical spacer - just an empty widget with layoutHeight == FILL_PARENT, to fill vertical space in layouts
* HSpacer - horizontal spacer - just an empty widget with layoutWidth == FILL_PARENT, to fill horizontal space in layouts
* ScrollBar - scroll bar