Löve Frames - A GUI Library

Showcase your libraries, tools and other projects that help your fellow love users.
linux-man
Citizen
Posts: 67
Joined: Thu Apr 28, 2011 4:51 pm

Re: Löve Frames - A GUI Library

Post by linux-man »

Great work. Why don't you create your repository? I would change LoveFrames library link to your code in a second.
monolifed
Party member
Posts: 188
Joined: Sat Feb 06, 2016 9:42 pm

Re: Löve Frames - A GUI Library

Post by monolifed »

Thanks.
- restored original theme
- added a new simple theme as default
- moved some stuff around after some linting
monolifed
Party member
Posts: 188
Joined: Sat Feb 06, 2016 9:42 pm

Re: Löve Frames - A GUI Library

Post by monolifed »

That is all.
- replaced assets with public domain ones
- some other changes that serve no purpose
linux-man
Citizen
Posts: 67
Joined: Thu Apr 28, 2011 4:51 pm

Re: Löve Frames - A GUI Library

Post by linux-man »

Ok. I'm interested in updating my repository with your changes (and write a wiki based on the previous documentation). I also updated changelog.txt with the most important changes until now. Can you write your changes?
If I'll continue to provide LoveFrames I'd like to give all the credit you deserve (that includes adding your name to the contributors).
changelog.txt
(47.29 KiB) Downloaded 545 times
monolifed
Party member
Posts: 188
Joined: Sat Feb 06, 2016 9:42 pm

Re: Löve Frames - A GUI Library

Post by monolifed »

I moved code between files, renamed some variables, nuked a few features then lost track of it. But I will try to add the changes in the next iteration
linux-man
Citizen
Posts: 67
Joined: Thu Apr 28, 2011 4:51 pm

Re: Löve Frames - A GUI Library

Post by linux-man »

I finally updated https://github.com/linux-man/LoveFrames and wiki.
Moved some files and added the demo with one more example.
Changed small things (like default to Default skin).
This update breaks compatibility at low level. Some functions had gone and others had moved from template/util/skin to loveframes space.
It's mostly (99%) :awesome: ingsoc451 :awesome: work.
Image
"Löve Frames - the library that refuses to die!"
Hippyman
Prole
Posts: 2
Joined: Fri Mar 01, 2019 3:30 am

Re: Löve Frames - A GUI Library

Post by Hippyman »

This seriously couldn't have come at a better time. I'm trying to put together a physics editor and this just got rid of so much work. Now I can focus on the editor on not all the underlying UI code that would have been 100x worse than this. The built in state machine is pure gold.

linux-man and ingsoc451
Thank you to the both of you!
User avatar
Calaverd
Prole
Posts: 2
Joined: Mon Mar 18, 2019 10:58 am

Re: Löve Frames - A GUI Library

Post by Calaverd »

Excellent library, I only had two questions
1) How to change the font size on realtime?
2) Is there a form to remove all the items on a list without basically removing the list and create a new one?
Is that a bug or a feature? :roll: well, pretty much is a bug... :cool:
linux-man
Citizen
Posts: 67
Joined: Thu Apr 28, 2011 4:51 pm

Re: Löve Frames - A GUI Library

Post by linux-man »

Hi!
Not tested (and maybe dumb), but,
1) Calling

Code: Select all

text:SetFont(love.graphics.newFont(10))
2) There is an

Code: Select all

object:Clear()
that might work. Look at https://github.com/linux-man/LoveFrames ... List#clear.
azoyan
Prole
Posts: 25
Joined: Wed Dec 27, 2017 5:19 pm

Re: Löve Frames - A GUI Library

Post by azoyan »

please add swipe touch gestures for scrolling on mobile platforms.
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 46 guests