Michael-48 / Iris

Iris is an Immediate mode GUI Library for Roblox, Based on Dear ImGui
https://michael-48.github.io/Iris/
MIT License
156 stars 23 forks source link

Iris.TabBar, Iris.Tab #71

Open warprbx opened 4 weeks ago

warprbx commented 4 weeks 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 4 weeks 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 4 weeks ago

Thanks! Forgot about them