-
Notifications
You must be signed in to change notification settings - Fork 1
Home
MatusGuy edited this page Apr 17, 2022
·
2 revisions
Here is most API documentation on Mt.
When I was making desktop applications with Qt (GUI framework), I asked to myself: "Why doesn't most of this stuff exist on Roblox?"
And so here comes Mt, the Roblox object orientated module that adds new GUI widgets to Roblox GUI, such as:
- Sliders
- Tabs
- Check boxes & radio buttons
- Combo boxes
- and more...
All of these widgets are still in their prototype phase
What I have been working on, is the window manager.
This part of the module allows you to make windows, move them around, resize them and do what most window managers do.