Löve Frames - A GUI Library
Re: Löve Frames - A GUI Library
Great work. Why don't you create your repository? I would change LoveFrames library link to your code in a second.
Re: Löve Frames - A GUI Library
Thanks.
- restored original theme
- added a new simple theme as default
- moved some stuff around after some linting
- restored original theme
- added a new simple theme as default
- moved some stuff around after some linting
Re: Löve Frames - A GUI Library
That is all.
- replaced assets with public domain ones
- some other changes that serve no purpose
- replaced assets with public domain ones
- some other changes that serve no purpose
Re: Löve Frames - A GUI Library
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).
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).
Re: Löve Frames - A GUI Library
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
Re: Löve Frames - A GUI Library
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%) ingsoc451 work.
"Löve Frames - the library that refuses to die!"
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%) ingsoc451 work.
"Löve Frames - the library that refuses to die!"
Re: Löve Frames - A GUI Library
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!
linux-man and ingsoc451
Thank you to the both of you!
Re: Löve Frames - A GUI Library
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?
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? well, pretty much is a bug...
Re: Löve Frames - A GUI Library
Hi!
Not tested (and maybe dumb), but,
1) Calling
2) There is an that might work. Look at https://github.com/linux-man/LoveFrames ... List#clear.
Not tested (and maybe dumb), but,
1) Calling
Code: Select all
text:SetFont(love.graphics.newFont(10))
Code: Select all
object:Clear()
Re: Löve Frames - A GUI Library
please add swipe touch gestures for scrolling on mobile platforms.
Who is online
Users browsing this forum: No registered users and 9 guests