I managed to find a working link - the main problem is that most of the links out there are outdated.
Do you recommend using Love Frames for a game's GUI or should I look at something else?
Löve Frames - A GUI Library
- Kenny Shields
- Prole
- Posts: 10
- Joined: Wed Jan 27, 2016 2:17 am
- Contact:
Re: Löve Frames - A GUI Library
Love Frames is no longer being maintained, so I wouldn't recommend using it your projects.Zireael wrote:I managed to find a working link - the main problem is that most of the links out there are outdated.
Do you recommend using Love Frames for a game's GUI or should I look at something else?
Re: Löve Frames - A GUI Library
Well on my side I moved from LoveFrames to my imgui wrapper:Zireael wrote:I managed to find a working link - the main problem is that most of the links out there are outdated.
Do you recommend using Love Frames for a game's GUI or should I look at something else?
viewtopic.php?f=5&t=82467
It's a binary module, not written in Lua, and with quite some poor documentation (the best source is the imgui h/cpp files), so I understand that the move won't be easy or possible for everyone. But I must say that once you're used to it, you can't go back anymore to a more traditionnal GUI system, the immediate mode allows to do great things with small and clean code. And it provides all the widgets needed for complex editors.
Re: Löve Frames - A GUI Library
I am looking for free games/libraries done with LoveFrames, just to look at what features it has and how it was used, compared to SUIT and/or imgui. Any ideas?
- TheRedRaccoon
- Prole
- Posts: 12
- Joined: Sun Feb 21, 2016 6:55 pm
Re: Löve Frames - A GUI Library
http://gamejolt.com/games/1-knows/53260Zireael wrote:I am looking for free games/libraries done with LoveFrames, just to look at what features it has and how it was used, compared to SUIT and/or imgui. Any ideas?
An old, old project that used LoveFrames (lightly).
Again, though, as it doesn't function properly in the latest version of LOVE and is no longer supported, you may want to use something like SUIT instead.
Re: Löve Frames - A GUI Library
Yes, I know, it's an old library. However, I started on a game last year and stopped working on it for a while. I had been using loveframes at the tiume when it wasn't out of date. I haven't updated LOVE since then and don't plan to atm. Although I found myself at an obstacle: How do I print text OVER the button? (It only seems to go behind it) If changing the button's text after it's been assigned is easier (Doesn't seem to have been implemented but what do I know), that'd be helpful. I don't expect anyone to answer me, but I would really appreciate it!
EDIT: Also please don't recommend another library like SUIT unless it's completely necessary.
EDIT: Also please don't recommend another library like SUIT unless it's completely necessary.
- ArchAngel075
- Party member
- Posts: 319
- Joined: Mon Jun 24, 2013 5:16 am
Re: Löve Frames - A GUI Library
using the set value method on button should accomplish that if my memory serves right, i havent touched love and love frames in half a year though.
- Andrew McWatters
- Prole
- Posts: 31
- Joined: Wed Jun 12, 2013 7:04 pm
- Location: Phoenix, AZ
- Contact:
Re: Löve Frames - A GUI Library
[deleted]
Last edited by Andrew McWatters on Thu Oct 10, 2019 9:26 pm, edited 1 time in total.
Re: Löve Frames - A GUI Library
I had a hard time finding a demo/documentation for the lib. So, I am posting a snapshot of what I have.
I got library from https://github.com/linux-man/LoveFrames
and demo from https://github.com/cyborgize/LoveFrames-demo
- Updated demo to 11 and tween, middleclass, utf8 libraries to the latest I could find
- I changed the require system used
- I changed the directory structure to make it simpler
- Fonts looked blurry so changed the positioning to integers
- I ruined the default theme (just color values, shouldn't be hard to fix)
I got library from https://github.com/linux-man/LoveFrames
and demo from https://github.com/cyborgize/LoveFrames-demo
- Updated demo to 11 and tween, middleclass, utf8 libraries to the latest I could find
- I changed the require system used
- I changed the directory structure to make it simpler
- Fonts looked blurry so changed the positioning to integers
- I ruined the default theme (just color values, shouldn't be hard to fix)
- Kenny Shields
- Prole
- Posts: 10
- Joined: Wed Jan 27, 2016 2:17 am
- Contact:
Re: Löve Frames - A GUI Library
The documentation is available here: https://www.kennyshields.net/files/love ... tation.zip. I think the files were generated toward the end of 2013, so I'm not sure how accurate the information will be for modified versions.ingsoc451 wrote: ↑Wed Jan 16, 2019 9:54 pm I had a hard time finding a demo/documentation for the lib. So, I am posting a snapshot of what I have.
I got library from https://github.com/linux-man/LoveFrames
and demo from https://github.com/cyborgize/LoveFrames-demo
- Updated demo to 11 and tween, middleclass, utf8 libraries to the latest I could find
- I changed the require system used
- I changed the directory structure to make it simpler
- Fonts looked blurry so changed the positioning to integers
- I ruined the default theme (just color values, shouldn't be hard to fix)
Who is online
Users browsing this forum: No registered users and 7 guests