Skip to content

sentrygunlv3/zuil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zig UI Library

Caution

build.zig needs the test project to do anything


basic ui framework thing made with zig
using zglfw and zopengl


example

test/example project: test/test.zig
run with ./build-run

widgets are created using builder functions

container()
.bounds(400, 225)
.color(colors.RED)
.child(
	container()
	.bounds(20, 20)
	.color(colors.rgb(0, 1.0, 0))
	.build()
)
.build();

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published