Commit Graph

16 Commits (master)

Author SHA1 Message Date
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
Patrick Cleavelin 8e7a5bb3a8 upgrade raylib bindings to f3a2786 2023-07-11 16:03:53 -05:00
Patrick Cleavelin 570830f91c scrolling! 2023-07-03 14:52:31 -05:00
Patrick Cleavelin 0d27a14687 upgrade zig to f571438fc, add grid components 2023-07-02 17:45:47 -05:00
Patrick Cleavelin 1d1b4abc8e compute sibling size into its own function, support being a percentage of a parent's size (jankily) 2023-06-29 22:14:49 -05:00
Patrick Cleavelin 5083f49946 add layouting, split layout computation from rendering 2023-06-29 18:02:27 -05:00
Patrick Cleavelin 3c06f4697a switch to being a module that can be imported
(although it can't be imported gracefully because of its coupling with raylib)
2023-06-23 22:19:03 -05:00
Patrick Cleavelin b747c4e6ad add more styles 2023-06-23 21:08:23 -05:00
Patrick Cleavelin 08b03d4266 add style stack 2023-06-23 20:53:45 -05:00
Patrick Cleavelin 172b675c0c add .gitignore 2023-06-23 20:12:33 -05:00
Patrick Cleavelin e5f9fa6924 move ui code to library 2023-06-23 20:12:01 -05:00
Patrick Cleavelin cf3b3336c7 remove O(n^2) rendering c: 2023-06-22 01:16:49 -05:00
Patrick Cleavelin 07ff9af114 get started with defining layout, fix crash when removing boxes 2023-06-22 00:17:11 -05:00
Patrick Cleavelin b6c90c9ead changed flags to a packed struct 2023-06-21 22:26:11 -05:00
Patrick Cleavelin d0880ab419 clickable boxes 2023-06-21 22:02:18 -05:00
Patrick Cleavelin 8ddd30ee88 big boi inital commit, barely have rendered ui 2023-06-21 21:42:03 -05:00