Search found 29 matches

by coding.jackalope
Tue Apr 14, 2020 1:26 am
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 274444

Re: Slab - An Immediate Mode GUI Library In Lua

Slab v0.6.3 Slab.love Hello everyone. Version 0.6.3 has been released. This release addresses some issues found within the last release as well as some long standing ones. Please visit the releases page linked above for a list of important changes made. I messed around trying to make some GUI for m...
by coding.jackalope
Sun Mar 29, 2020 11:53 pm
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 274444

Re: Slab - An Immediate Mode GUI Library In Lua

Slab v0.6.2 Slab.love Hello everyone. Version 0.6.2 has been released. This is a small release and contains changes to how Slab retrieves directory items along with some minor fixes. The change uses FFI now instead of making system calls which could be a security issue. Thanks to pgimeno and zorg f...
by coding.jackalope
Sun Nov 03, 2019 6:09 pm
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 274444

Re: Slab - An Immediate Mode GUI Library In Lua

Thanks for the feedback guys. I've found a quoting problem which could become a security problem. The quoting of command-line parameters in commands executed via os.popen is insufficient in Linux and OSX. I've created a patch: https://notabug.org/pgimeno/Slab/pulls/1 together with other Linux&OS...
by coding.jackalope
Mon Aug 19, 2019 6:04 pm
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 274444

Re: Slab - An Immediate Mode GUI Library In Lua

twe wrote: Sat Aug 17, 2019 1:24 am Cheers for this, was really interested in imgui but the lack of documentation around it (among other things) was pretty off putting. This is great so far :).
Thanks twe! Hope this is helpful for your projects. If you run into any issues or have any questions, let me know.
by coding.jackalope
Tue Aug 13, 2019 6:36 am
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 274444

Re: Slab - An Immediate Mode GUI Library In Lua

Slab v0.6.0 Slab.love Hello everyone. Version 0.6.0 has been released. This release adds API functions to allow how controls are organized within a window. Slab now offers users the ability to add project specific stats and can be quickly viewed through the Slab Debug module. The Slab Test module c...
by coding.jackalope
Wed Jul 10, 2019 10:28 pm
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 274444

Re: Slab - An Immediate Mode GUI Library In Lua

THANKS! That's way better than my idea! Your GUI project is one of the only ones that doesnt make my brain explode! Send ya good vibes! Hey Darlex, appreciate the support! The new version just released now has support for highlighting words as well as getting and setting the cursor position. Hope t...
by coding.jackalope
Wed Jul 10, 2019 10:24 pm
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 274444

Re: Slab - An Immediate Mode GUI Library In Lua

Slab v0.5.0 Slab.love Hello everyone. Version 0.5.0 has just been released. This release adds API functions to render basic shapes to a window, such as rectangles and circles. The Input control also has support for highlighting words with custom colors to mimic syntax highlighting found in various ...
by coding.jackalope
Sun Jun 30, 2019 7:13 pm
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 274444

Re: Slab - An Immediate Mode GUI Library In Lua

I love this project! I'm using it on my project to create a working love2d ide! Could you please add a highlight option for text inputs, please? like: Slab.Input("code_input", { Text = examplecode, MultiLine = true, H=500, W=500, Highlight = {"here","goes","the&qu...
by coding.jackalope
Wed Jun 12, 2019 10:22 pm
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 274444

Re: Slab - An Immediate Mode GUI Library In Lua

I encountered the following problem.. xdelta, ydelta = slab.GetMouseDelta() slab.Text(v.name) if slab.IsControlClicked() print "ydelta: " .. ydelta -- ydelta is ALWAYS 0 end Don't know whats going on, if it's on my end, or if it's a bug or maybe it's something to do with scope? I tried pr...
by coding.jackalope
Wed Jun 12, 2019 10:14 pm
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 274444

Re: Slab - An Immediate Mode GUI Library In Lua

Slab v0.4.0 Slab.love Hello everyone. Version 0.4.0 has just been released. This release expands the input control to support multiple lines and allows the control to mimic the behavior of standard text editors. Support for UTF-8 characters has been added as well. This release also adds Void (Non-S...