issues
search
SirMallard
/
Iris
Iris is an Immediate-Mode GUI Library for Roblox for creating debug and visualisation UI and tools and based on Dear ImGui.
https://sirmallard.github.io/Iris/
MIT License
178
stars
25
forks
source link
Added RichText and Disabled Widget properties.
#32
Closed
SirMallard
closed
1 year ago
SirMallard
commented
1 year ago
Widgets interactions now go through the Widget Utility class.
Added optional types for states to get autocomplete.
Fixed an issue with MenuBars breaking everything when changing style.
RichText is added according the config options when applying text style.
A disabled property on widgets blocks any interactions with them.