Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 496 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 496 Bytes

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 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!