SirMallard / Iris

Iris is an Immediate-Mode GUI Library for Roblox for creating debug and visualisation UI and tools, based on Dear ImGui,
https://sirmallard.github.io/Iris/
MIT License
164 stars 25 forks source link

Iris.TabBar, Iris.Tab #71

Open warprbx opened 2 months ago

warprbx commented 2 months ago

A tab selection in the menu bar would be useful, something that lets me sort of "clear" the window whenever I choose it.

Here's a example ;

I want 3 tabs

Player Physic Testing --> Game Physics Testing --> Settings (right of the menu bar) --- the current tab will be white and the ones that aren't will be grayed out

and if i use just the collapsing headers for tabs, it will get overcrowded, and i have a diff purpose for them. Sure, I can use multiple windows for each but I have a ton of info on just 1 window and if i spread them out im worried it will be hard for me to control, this would make it much easier and better for me to organize

A system in which I can choose those tabs would be really nice

SirMallard commented 2 months ago

Tabs is another feature which would be good to add but is not currently implemented. The best option we have at the moment is what the styling window does with radio buttons.

warprbx commented 2 months ago

Thanks! Forgot about them