An open API service indexing awesome lists of open source software.

https://github.com/bhollier/ui

Go UI library with design layout loading from XML
https://github.com/bhollier/ui

library ui

Last synced: 2 months ago
JSON representation

Go UI library with design layout loading from XML

Awesome Lists containing this project

README

          

# Ben Hollier's UI Library

Very unfinished/untested Go UI library.
UI 'designs' are loaded as Android layout-style XML files, which are processed using an expandable element/attribute system.
The project currently uses [pixel](https://github.com/faiface/pixel) for renderering.
At present there are 10 built-in UI elements:

+ LinearLayout
+ GridLayout
+ RelativeLayout
+ ImageButton
+ TextButton
+ Image
+ Import
+ Scroll
+ FixedRatio
+ Text

More elements + proper documentation coming soon!