Page 1 of 3

[UI Kit] yaoui (0.10.0 only)

Posted: Thu Jul 30, 2015 3:21 pm
by adnzzzzZ
yaoui

Hi. I've created a UI kit for LÖVE called yaoui. It's meant to be an easy way to create UI with the goal of reducing efforts when having to place element positions and sizes manually. You can see what it's all about in the documentation. This kit only works with LÖVE 0.10.0 and you can run the main example on the repository (examples/anime) to see what it looks like more clearly.

Re: [UI Kit] yaoui (0.10.0 only)

Posted: Thu Jul 30, 2015 4:49 pm
by Nixola
This looks really, really nice! Starred the repo, will try as soon as I've got something to use it for (might be very soon).
Can I ask why 0.10.0 though?

Re: [UI Kit] yaoui (0.10.0 only)

Posted: Thu Jul 30, 2015 5:03 pm
by adnzzzzZ
Because I use some features that are only available in 0.10.0 and I don't wanna bother with coding them myself for 0.9.2.

Re: [UI Kit] yaoui (0.10.0 only)

Posted: Thu Jul 30, 2015 5:04 pm
by Nixola
Can I ask what those features are?

Re: [UI Kit] yaoui (0.10.0 only)

Posted: Thu Jul 30, 2015 5:11 pm
by adnzzzzZ
I can remember font:setFallbacks and rounded rectangles. Stencils were changed in 0.10.0 too so you'd also have to change that in a few objects.

Re: [UI Kit] yaoui (0.10.0 only)

Posted: Thu Jul 30, 2015 7:48 pm
by qubodup
no.png
no.png (14.8 KiB) Viewed 5877 times
Image

Re: [UI Kit] yaoui (0.10.0 only)

Posted: Fri Jul 31, 2015 1:12 am
by rmcode
qubodup wrote:
no.png
Thanks to the MIT license the library can be renamed when it's used in a project ... which is annoying, but doable.

Re: [UI Kit] yaoui (0.10.0 only)

Posted: Fri Jul 31, 2015 1:37 am
by Positive07
It's not that bad as a name, AnAL is worse!!

If it was for 0.9.X I would be so happy! But well, I can still use Thranduil

Re: [UI Kit] yaoui (0.10.0 only)

Posted: Fri Jul 31, 2015 5:59 am
by shakesoda
The name is hilarious, never change it.

I like the way layouts work in this, I'll have to give it a go.

Re: [UI Kit] yaoui (0.10.0 only)

Posted: Fri Jul 31, 2015 7:25 am
by rmcode
Positive07 wrote:It's not that bad as a name, AnAL is worse!!
I didn't say it was bad - I just said that it could be renamed (The annoying part I meant, is going through the whole code and finding all occurrences of yaoui) ;)