Search found 17 matches

by pirogronian
Mon Oct 31, 2022 7:33 pm
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 271882

Re: Slab - An Immediate Mode GUI Library In Lua

I have finally found the code and way Slab handles events. It's by overriding handlers directly. To me, it's very bad idea, as I may wish to handle events as well. But Slab takes everything for itself. I strongly recommend to enable forwarding funtions instead of overriding handlers. PRs are welcom...
by pirogronian
Sat Oct 29, 2022 9:33 am
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 271882

Re: Slab - An Immediate Mode GUI Library In Lua

I think the solution to this was already addressed and PR'ed by megagrump which is now in the `master` and `v1.0.0` branches Oj, I found the commit that addresses it, but dont understand, how it works without forwarding events from Love... @Grump, could you explain it? Here are related info in the ...
by pirogronian
Fri Oct 28, 2022 7:43 am
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 271882

Re: Slab - An Immediate Mode GUI Library In Lua

Oh so this is indeed a bug. I also notice this on my quite large game but didnt realize it til now. This issue is identified for long time. I've already posted about it and proposed some sollution, but based on event processing. It can be found here . In fact, it's not a "bug". It's rathe...
by pirogronian
Wed Oct 26, 2022 7:53 am
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 271882

Re: Slab - An Immediate Mode GUI Library In Lua

I think the solution to this was already addressed and PR'ed by megagrump which is now in the `master` and `v1.0.0` branches Nope. AFAIK, there is no change in this matter in both branches for now... I want to be wrong, however. Feel free to make PR :) It would be easier if we can compare the perfo...
by pirogronian
Wed Oct 26, 2022 6:16 am
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 271882

Re: Slab - An Immediate Mode GUI Library In Lua

Oh so this is indeed a bug. I also notice this on my quite large game but didnt realize it til now. This issue is identified for long time. I've already posted about it and proposed some sollution, but based on event processing. It can be found here . In fact, it's not a "bug". It's rathe...
by pirogronian
Mon Oct 24, 2022 2:31 pm
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 271882

Re: Slab - An Immediate Mode GUI Library In Lua

- Clicks get dropped when the app runs slow. This makes the lib unfit for use in released projects. Oh so this is indeed a bug. I also notice this on my quite large game but didnt realize it til now. This issue is identified for long time. I've already posted about it and proposed some sollution, b...
by pirogronian
Sun Aug 01, 2021 8:59 pm
Forum: Games and Creations
Topic: Rock Raiders inspired game
Replies: 10
Views: 13703

Re: Rock Raiders inspired game

Look amazing! And I know it's simple, but anyway I feel somewhat lost, maybe because I dont know the original. Any basic manual avaliable? Or tooltips over every action buttons would be useful.
by pirogronian
Fri Sep 04, 2020 7:36 am
Forum: Libraries and Tools
Topic: LoveAudioTester - for testing love audio and Slab gui lib.
Replies: 12
Views: 22120

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

Ups. I didn't got a notification... Now testing... How can i move sources or the listener? Not directly for now, but by its properties window. Listener: Main Menu -> Scene -> Properties. Source: Double click on it, you may need to click "Show advanced" and/or "Show position/velocity&...
by pirogronian
Wed Aug 26, 2020 8:17 am
Forum: Libraries and Tools
Topic: LoveAudioTester - for testing love audio and Slab gui lib.
Replies: 12
Views: 22120

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

Nice! I come back :). Hi SiENcE! As I want to update Changelog (and optionally some other minors) before officially releasing version 0.7, You may already check out current master and its sources diagram feature. It's gonna to be configurable in the future, of course. Edit: Damn it! I forgot push t...
by pirogronian
Sat Aug 22, 2020 10:17 am
Forum: Libraries and Tools
Topic: LoveAudioTester - for testing love audio and Slab gui lib.
Replies: 12
Views: 22120

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

Version 0.6 released. Main changes: * Recording source position & velocity from mouse movement (just for fun) * Several GUI improvements: - Open item window for newly created item or on double-click. - Added options Delete and create child to item window. - Auto-generating default item id. * Add...