A naïve immediate mode library written in Zig. Heavily inspired by https://www.rfleury.com/p/ui-part-1-the-interaction-medium
Go to file
Patrick Cleavelin ad8ddae790 LOTS OF STUFF
* Move all global variables to UI_Context struct
* Add string formatting to API
* Allocate formatted (and const too, gross) strings via a frame allocator
* Add higher level Grid component

still lots of jank and built-in assumptions
2023-07-11 16:06:40 -05:00
libs upgrade raylib bindings to f3a2786 2023-07-11 16:03:53 -05:00
src LOTS OF STUFF 2023-07-11 16:06:40 -05:00
.gitignore add style stack 2023-06-23 20:53:45 -05:00
.gitmodules big boi inital commit, barely have rendered ui 2023-06-21 21:42:03 -05:00
build.zig switch to being a module that can be imported 2023-06-23 22:19:03 -05:00