hugoam / twui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libtwui

twui is a fully auto-layout, stylable, declarative/immediate mode UI, with a large set of widgets, docking, tabs, nodes, text editors, inputs, curves etc.
it is part of the encompassing two library

styles

building

Here are the basic build instructions to get twui up and running on linux/osx/windows:

  • git clone --recursive https://github.com/hugoam/twui
  • cd tgfx
  • for linux (make):
    • bin/linux/genie --gcc=linux-gcc gmake
    • cd build/projects/gmake-linux
    • make config=debug64 -j8
  • for osx (make): bin/darwin/genie --gcc=osx gmake
  • for osx (xcode): bin/darwin/genie --xcode=osx xcode9
  • for windows (visual studio): bin/windows/genie vs2017

About

License:zlib License


Languages

Language:Shell 55.1%Language:Scala 33.3%Language:SuperCollider 10.2%Language:HTML 0.8%Language:Lua 0.5%Language:CSS 0.1%