Search found 29 matches

by coding.jackalope
Fri Aug 06, 2021 6:38 pm
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 271418

Re: Slab - An Immediate Mode GUI Library In Lua

Slab v0.8.0 Hello everyone. Version 0.8.0 has been released. This release adds new features as well as addressing issues reported since the last release. Thanks to the many contributions from the community which have been merged in as well. Unfortunately, I will no longer able to update this projec...
by coding.jackalope
Fri Jun 04, 2021 4:08 pm
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 271418

Re: Slab - An Immediate Mode GUI Library In Lua

Hello, Is it possible to make the gui semi-transparent ? regards Hi deb75, you can make the gui semi-transparent in a few ways. One way is to modify the 'BgColor' option when calling the 'BeginWindow' function. Another option is to modify the 'WindowBackgroundColor' style setting in 'Styles.lua'. Y...
by coding.jackalope
Thu Mar 18, 2021 3:16 pm
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 271418

Re: Slab - An Immediate Mode GUI Library In Lua

Thanks for sharing a screenshot of your project using Slab. Its always great seeing Slab used by other developers.
by coding.jackalope
Sat Mar 13, 2021 6:04 pm
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 271418

Re: Slab - An Immediate Mode GUI Library In Lua

Thanks for the kind words! Glad to hear this project is helping out with yours.

Slab does support check boxes. The documentation for them can be found here.
by coding.jackalope
Tue Nov 24, 2020 5:38 am
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 271418

Re: Slab - An Immediate Mode GUI Library In Lua

Slab v0.7.2 Slab.love Hello everyone. There is a new patch release for Slab. This release provides fixes that have been found since the last release. Some progress has been made for mobile support as a few fixes on those platforms are included. Please visit the releases page linked above for more i...
by coding.jackalope
Mon Nov 02, 2020 6:16 am
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 271418

Re: Slab - An Immediate Mode GUI Library In Lua

Slab v0.7.1 Slab.love Hello everyone. There is a new patch release for Slab. This release provides fixes that have been found since the last release. Some of these fixes required a refactor such as the input system, which now processes input events asynchronously through the Love defined events. Pl...
by coding.jackalope
Thu Aug 20, 2020 6:07 pm
Forum: Libraries and Tools
Topic: LoveAudioTester - for testing love audio and Slab gui lib.
Replies: 12
Views: 22063

Re: LoveAudioTester - for testing love audio and Slab gui lib.

Hi pirogronian, good to see Slab being used in other projects. This is looking good. Keep up the good work.
by coding.jackalope
Thu Aug 20, 2020 5:54 pm
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 271418

Re: Slab - An Immediate Mode GUI Library In Lua

Thank you for this library, coding.jackalope! Here's a bug report regarding short mouse clicks. Slab doesn't register most of the clicks I do with my trackpad. Hi ki, good to hear this library is helpful to your project. I am adding this issue to be fixed for the upcoming patch release. You may che...
by coding.jackalope
Thu Jul 23, 2020 10:37 pm
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 271418

Re: Slab - An Immediate Mode GUI Library In Lua

Slab v0.7.0 Slab.love Hello everyone. Version 0.7.0 has been released. This release adds new features such as the docking system and numeric sliders. Issues are also addressed and includes fixes from the community. For more information on the update, refer to the wiki page: https://github.com/codin...
by coding.jackalope
Mon May 25, 2020 12:45 am
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 271418

Re: Slab - An Immediate Mode GUI Library In Lua

Slab v0.6.4

Slab.love
(234.75 KiB) Downloaded 993 times

Hello everyone, Version 0.6.4 has been released. This release addresses some issues found within the last release as well as some feature requests. Please visit the releases page linked above for a list of important changes made.