Search found 189 matches

by Kaze
Sun Mar 01, 2009 8:20 pm
Forum: General
Topic: Any plans to make a built-in GUI api?
Replies: 12
Views: 16339

Re: Any plans to make a built-in GUI api?

I know there are GUI libraries for Löve already, but I think it would be neat if Löve came with its own basic GUI framework out of the box. It shouldn't be anything fancy. In fact, most actual widgets may not have to be included; just a framework that people can use to build the widgets they need a...
by Kaze
Fri Feb 27, 2009 12:03 pm
Forum: Libraries and Tools
Topic: LoveUI for Love 0.5.0
Replies: 118
Views: 72871

Re: LoveUI... The next generation in gui development.

The default responder chain for a key event message begins with the first responder in a context; the default responder chain for a mouse event begins with the view on which the user event occurred.
Your comments are kind of long and hard to read.
by Kaze
Thu Feb 26, 2009 10:27 pm
Forum: Libraries and Tools
Topic: Leif GUI library
Replies: 35
Views: 29224

Re: Leif GUI library

philnelson wrote:Anything new on the Leif front? This was very promising
"was"? What more do you expect from it?
by Kaze
Wed Feb 25, 2009 4:27 am
Forum: Support and Development
Topic: trouble with keyreleased( key )
Replies: 3
Views: 3935

Re: trouble with keyreleased( key )

function keypressed(...)
should be:
function keypressed( key )
by Kaze
Sun Feb 22, 2009 10:49 pm
Forum: Support and Development
Topic: [Problem]Game wont start up!
Replies: 26
Views: 20160

Re: [Problem]Game wont start up!

Try without the .conf, in a different directory, run as admin, chmod 777, etc.
by Kaze
Sun Feb 22, 2009 10:18 pm
Forum: Support and Development
Topic: [Problem]Game wont start up!
Replies: 26
Views: 20160

Re: [Problem]Game wont start up!

Show me your game.
by Kaze
Sun Feb 22, 2009 9:27 pm
Forum: Support and Development
Topic: [Problem]Game wont start up!
Replies: 26
Views: 20160

Re: [Problem]Game wont start up!

Do the examples work for you?
by Kaze
Sun Feb 22, 2009 4:51 pm
Forum: General
Topic: Plans for LÖVE
Replies: 19
Views: 14098

Re: Plans for LÖVE

It would be cool to have a Löve code base (maybe as a section on the forum), all licensed under LCPL. LÖVE is already released under the zlib license so you can pretty much do with it as you want as long as you do not claim that you made the original version(s) of LÖVE clearly mark edited versions ...
by Kaze
Fri Feb 20, 2009 2:25 pm
Forum: Games and Creations
Topic: 2d scrolling game editor
Replies: 11
Views: 11340

Re: 2d scrolling game editor

I always get 4 FPS in your game, even earlier versions.
by Kaze
Thu Feb 19, 2009 10:29 pm
Forum: Support and Development
Topic: Is there a love2d physics tutorial anywhere?
Replies: 2
Views: 1800

Re: Is there a love2d physics tutorial anywhere?

There's some samples in the Example Browser, you could certainly learn from them. What's n/t?