Search found 4 matches

by lakotajames
Fri Nov 17, 2023 4:14 am
Forum: Libraries and Tools
Topic: yui - declarative GUI library for LÖVE
Replies: 16
Views: 92421

Re: yui - declarative GUI library for LÖVE

So, I was able to make a custom "choiceButton" widget by copying choice widget and adding the toHit stuff from button, then changing every occurrence of "Choice" to ChoiceButton". I added it to the lib folder and added the require to the init.lua. Everything works! However, ...
by lakotajames
Tue Nov 14, 2023 1:50 am
Forum: Libraries and Tools
Topic: yui - declarative GUI library for LÖVE
Replies: 16
Views: 92421

Re: yui - declarative GUI library for LÖVE

Thanks! Is it better to contact you in this thread, or on codeburg?
by lakotajames
Mon Nov 13, 2023 2:20 am
Forum: Libraries and Tools
Topic: yui - declarative GUI library for LÖVE
Replies: 16
Views: 92421

Re: yui - declarative GUI library for LÖVE

I've been using your library for a bit, as far as I can tell it's the only library that supports keyboard / joystick controls out of the box. I have a few questions: What is the best way to build a custom widget? Just copy paste code out of an existing one, and change it? Is there a way to get a lab...
by lakotajames
Sun Sep 03, 2023 6:18 am
Forum: Libraries and Tools
Topic: yui - declarative GUI library for LÖVE
Replies: 16
Views: 92421

Re: yui - declarative GUI library for LÖVE

This broke when the new constructor was changed in gear. Also, I have no idea how to make an account for gitea.it, so I wasn't able to put in an issue there.

Also, is there a way to use images?