Search found 140 matches

by Nikolai Resokav
Fri May 11, 2012 8:15 am
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 352834

Re: Löve Frames - A GUI Library

One bug: function list:GetScrollBar() crash if there are no scrollbars. Should return nil... Also, I think that list size shouldn't include scrollbars. Thanks for the info! I'll have that fixed in the next update. Also, please report the bugs you find to the issue tracker on the github repository i...
by Nikolai Resokav
Thu May 10, 2012 6:59 pm
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 352834

Re: Löve Frames - A GUI Library

This look absolutely amazing, awesome work Nikolai ( It makes my GUI look like poo. ) Thanks! awesome it's the best GUI I saw with Love Thanks! This is by far one of the most polished GUI libraries I have seen for LOVE. If you don't mind, i'll seriously consider using this while making the editor f...
by Nikolai Resokav
Wed May 09, 2012 1:12 am
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 352834

Re: Löve Frames - A GUI Library

I've been keeping track of the Love GUI's that have been coming out for years and nothing so far has made me want to switch away from Goo. I ended up adding in a lot of the elements seen in this library, but oh I wish I didn't have to go through the pain of making them. That being said, this seems ...
by Nikolai Resokav
Tue May 08, 2012 1:06 am
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 352834

Re: Löve Frames - A GUI Library

HI! It's greatest LOVE GUI library i have ever seen :awesome: Thanks I'm glad you like it! I think you may add multiline text editor with scrolling, when the text is beyong the box. I have a multiple line text input object planned for a future update. Please, make a list of upcoming features. I mig...
by Nikolai Resokav
Mon May 07, 2012 6:12 pm
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 352834

Re: Löve Frames - A GUI Library

I'm not quite sure what you mean by this. Löve Frames does have mouse and keyboard input events for it's objects. Could you clarify a bit more? I'm going to assume he means tabbing or using arrow keys through items in a list and clicking with the "enter" key. Ah. If thats the case then he...
by Nikolai Resokav
Mon May 07, 2012 5:58 pm
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 352834

Re: Löve Frames - A GUI Library

I like what I'm seeing so far! (and it uses my lib, which is cool!) Awesome! I'm glad you like it! 1. Repetition in skins.lua: local framefont = love.graphics.newFont(10) local buttonfont = love.graphics.newFont(10) local progressbarfont = love.graphics.newFont(10) ... local checkboxfont = love.gra...
by Nikolai Resokav
Mon May 07, 2012 3:36 pm
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 352834

Re: Löve Frames - A GUI Library

It's maybe usefull to develop and include templates for the most know game / utility gui mechanics. This way it's a lot faster for people to understand and adapt this library. I know, it's a lot of work but maybe we all can help and your first sample is very good. thx What exactly do you mean by te...
by Nikolai Resokav
Sun May 06, 2012 8:12 pm
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 352834

Re: Löve Frames - A GUI Library

Maybe, one small step for you. One big step for the Löve2D community! This is going to help me a lot! Good job! Thanks! I'm glad to see that you find my library helpful! Please do: a onclick event on Images or Buttons with images. I do have an image button object planned for a future update. It wil...
by Nikolai Resokav
Sun May 06, 2012 6:33 pm
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 352834

Re: Löve Frames - A GUI Library

Nixola wrote:I needed a gui like this, I even started creating one on my own but I couldn't code what I needed, thanks a lot :awesome:
No problem! I hope it proves useful to you!
by Nikolai Resokav
Sun May 06, 2012 6:00 pm
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 352834

Re: Löve Frames - A GUI Library

Very impressive. I like it! :) Looks really great. Thanks! This could help a lot if someone is making a level editor. Hopefully it will help people with things like that and much more! Ultimately I'm hoping that this library will provide an all-in-one solution for anyone who needs a GUI or various ...