chopsui
This is a very WIP library for creating user interfaces. There are no screenshots because it doesn't support rendering yet.
mkdir build
cd build
meson ..
ninja
ninja test
./demos/basic
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up| Failed to load latest commit information. | |||
|
|
css |
|
|
|
|
demos |
|
|
|
|
gfx |
|
|
|
|
host |
|
|
|
|
include |
|
|
|
|
node |
|
|
|
|
parser |
|
|
|
|
sui |
|
|
|
|
test |
|
|
|
|
type |
|
|
|
|
util |
|
|
|
|
.build.yml |
|
|
|
|
.gitignore |
|
|
|
|
LICENSE |
|
|
|
|
README.md |
|
|
|
|
glgen.sh |
|
|
|
|
meson.build |
|
|
|
|
sui-grammar.ebnf |
|
|
This is a very WIP library for creating user interfaces. There are no screenshots because it doesn't support rendering yet.
mkdir build
cd build
meson ..
ninja
ninja test
./demos/basic