Open Issues Need Help
View All on GitHubAI Summary: Debug and fix a bug in the Iris Roblox GUI library where UI elements, specifically combos and tooltips, are misaligned or close prematurely due to an apparent 16-pixel vertical cursor offset. This involves investigating the library's rendering and input handling to identify the source of the incorrect cursor position.
Iris is an Immediate-Mode GUI Library for Roblox for creating debug and visualisation UI and tools and based on Dear ImGui.
AI Summary: Implement a toggleable feature in the Iris Roblox GUI library to display axis colors (e.g., red, green, blue) on vector inputs, improving visual clarity when dealing with multiple vectors. This involves modifying the existing vector input widget to optionally render colored components representing the X, Y, and Z values.
Iris is an Immediate-Mode GUI Library for Roblox for creating debug and visualisation UI and tools and based on Dear ImGui.