Search found 29 matches

by coding.jackalope
Mon Jun 03, 2019 10:55 pm
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 277632

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
Sat May 25, 2019 8:33 pm
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 277632

Re: Slab - An Immediate Mode GUI Library In Lua

Yeah, I would hold off on the PR for now and use the IsControlHovered function. It allows you to keep the standard behavior of controls while also allowing hover detection with that function.
by coding.jackalope
Sat May 25, 2019 5:37 pm
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 277632

Re: Slab - An Immediate Mode GUI Library In Lua

Yeah, go ahead and do a pull request.

Also, there is a function that already detects if a control is hovered after the control is declared. Slab.IsControlHovered will cover all controls that are supported by Slab.
by coding.jackalope
Mon May 20, 2019 2:15 am
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 277632

Re: Slab - An Immediate Mode GUI Library In Lua

Thanks for pointing that out. The link was pointing to an invalid page. The Menus page should be accessible now.
by coding.jackalope
Sun May 19, 2019 5:33 pm
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 277632

Re: Slab - An Immediate Mode GUI Library In Lua

Jackalope just wanted to say thanks for this fantastic little library. I tried Nuklear and despite my damndest, everything compiled, but it just didn't run for me. No error. No UI. Think I needed to run with '--fused' or something, but anyway. Tried slab, got it working first try. Your documentatio...
by coding.jackalope
Sat May 04, 2019 4:22 pm
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 277632

Re: Slab - An Immediate Mode GUI Library In Lua

Thanks for the feedback everyone! It is much appreciated. Looks pretty cool. Slight bug, the windows should have a minimum height/width. Seems i could set them via the resizable window to be negative (see attached). Thanks for finding this. I'll add in more error checking to this and other options w...
by coding.jackalope
Sat May 04, 2019 2:55 am
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 277632

Re: Slab - An Immediate Mode GUI Library In Lua

Slab v0.3.0 Slab-0.3.0.zip Slab-0.3.0.love Hello everyone. Version 0.3.0 has just been released. This release adds new controls, features to existing controls, and API functions for user interaction. Refer to the Github release page at https://github.com/coding-jackalope/Slab/releases for more info...
by coding.jackalope
Mon Apr 01, 2019 12:49 am
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 277632

Re: Slab - An Immediate Mode GUI Library In Lua

Slab v0.2.0 Slab-0.2.0.zip Hello everyone. Version 0.2.0 has just been released. This release adds new controls in the form of List Boxes and Dialog windows. Refer to the Github release page at https://github.com/coding-jackalope/Slab/releases for more information. Major new features include: File ...
by coding.jackalope
Sun Feb 24, 2019 6:50 pm
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 277632

Slab - An Immediate Mode GUI Library In Lua

Hello everyone. I'd like to introduce an immediate-mode GUI library currently in active development. Slab https://github.com/coding-jackalope/Slab https://github.com/coding-jackalope/Slab/wiki Latest Version: v0.7.2 Slab.love Slab is an immediate mode GUI toolkit for the Love 2D framework. This libr...