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
- Host: GitHub
- URL: https://github.com/bhollier/ui
- Owner: bhollier
- License: mit
- Created: 2020-09-25T12:51:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-01T16:02:45.000Z (over 5 years ago)
- Last Synced: 2025-04-08T19:41:54.358Z (about 1 year ago)
- Topics: library, ui
- Language: Go
- Homepage:
- Size: 245 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!