Slab
Slab copied to clipboard
An immediate mode GUI for the Love2D framework.
Hi. On iOS running Slab, we cannot use the menu bar since its clickable item overlaps the iOS status bar which cannot be removed (specifically default time and date) so...
Running Slab.IsControlHovered() does not return true under any condition if placed inside a Slab.MenuItem(). This happens for nested and non-nested menus and menu items. This is also the case for...
This ui library looks very good! It would be awesome if you consider providing a mobile device backend to it, It seems to mess up the coordinates when I try...
Refactor and improvements include: - [x] reduce GC by not creating tables/strings when they can be reused - [x] consistent casing: `snake_case` for variables, `PascalCase` for methods - [x] abstraction...
To begin let me say I like the idea behind this library However I've noticed that this libraries default theme very unprofessional. I have a few suggestions how to possibly...
https://user-images.githubusercontent.com/6854475/181008343-f0348253-e1f4-4b1f-bf28-8fd0f899737d.mov This little video should speak for herself.
In the Slab demo, in the **Window** portion, at the bottom of the window there's a button labeled **Change Background Color**. Clicking the button causes the **Color Picker** to pop...
That's basically what happens, somehow I missed this yesterday. I open some folder inside C:/Users/MyUser on Windows and there's simply missing files and folders! Reverting to https://github.com/coding-jackalope/Slab/blob/3998073eea9cfe640011ea0db82ea857345a58d4/Internal/Core/FileSystem.lua is my current...
Parts of the code use temporary tables and string concatenation in every frame. This leads to huge buildup of garbage, sometimes megabytes per second. As a first step to improve...