zui
zui copied to clipboard
Immediate Mode User Interface
Changed my mind and implemented https://github.com/armory3d/armorpaint/pull/1349#issuecomment-1090383438. Implemented an AltExclusive behavior and an exclusive behavior (radio button). What did improve? 1. The checkbox the user clicks on is automatically drawn correctly....
Does zui have built-in menu bars? (like that of imgui?) This seems like a really basic thing, but I can't find it in the examples nor in the README. For...
Have a way to color word per word to have a code editor like feel(probably out of scope of this project). Their could be issues with implementing this (performance wise)....
Following https://github.com/armory3d/armory2d/pull/70: It doesn't seem to be possible to run code only when a slider has been released after dragging. `handle.change` will already be false when `ui.inputDown` is false, and...