Search found 3098 matches

by kikito
Sun Nov 08, 2009 9:34 pm
Forum: General
Topic: 0.6.0 Update
Replies: 221
Views: 104486

Re: 0.6.0 Update

Exactly - I meant the physics stuff.

The potato docs don't mention any "new*" stuff (newRectangleShape, newCircleShape...) and I could not find references to any of this by browsing the source code - maybe this isn't ported yet, I can't say for sure.
by kikito
Sun Nov 08, 2009 6:10 pm
Forum: General
Topic: 0.6.0 Update
Replies: 221
Views: 104486

Re: 0.6.0 Update

Hi everyone, I'm not sure if this is the right place to start asking about specifics of 0.6 - please move it to other place if not. How do we do rectangular shapes in 0.6? In order words, what would be the equivalent of this: shape = love.physics.newRectangleShape(x, y, w, h) After a (pitiful) try t...
by kikito
Sat Nov 07, 2009 8:08 pm
Forum: Libraries and Tools
Topic: PÄSSION: object-oriented LÖVE
Replies: 90
Views: 49949

Re: PÄSSION: object-oriented LÖVE

Hi Technocat, Again, thanks for testing. If you are interested, I based my "super()" implementation on one of the most recent changes in ObjectLua( http://lua-users.org/wiki/ObjectLua ) - a lua OO lib for grown-ups. I really don't have a clear idea why the balls stop colliding after time. ...
by kikito
Sat Nov 07, 2009 12:22 pm
Forum: Libraries and Tools
Topic: PÄSSION: object-oriented LÖVE
Replies: 90
Views: 49949

Re: PÄSSION: object-oriented LÖVE

Hi technocat,

Thank you for spotting this.

I didn't build the zip file correctly (I left the top folder - this is what you get for progamming at 2 in the morning). I've corrected this now.
by kikito
Sat Nov 07, 2009 1:33 am
Forum: Libraries and Tools
Topic: PÄSSION: object-oriented LÖVE
Replies: 90
Views: 49949

PÄSSION: object-oriented LÖVE

Hi everyone, For the last couple of months I've been toying with the idea of adding object oriented functionality to LÖVE. I've developed one (still very experimental!) library called PÄSSION (passion in the code). Its main features are: There's an Actor class Actors can have an associated image and...
by kikito
Fri Oct 09, 2009 3:41 pm
Forum: Support and Development
Topic: Modules in Löve
Replies: 9
Views: 7916

Re: Modules in Löve

Hey guys, Thanks for your input. However, you didn't tell me anything I didn't already know. What I need are the details. For example: What should Iwrite on main.lua? require 'package'? 'package.module1'? or love.filesystem.require something? Should I use Can I use "module" on my module fi...
by kikito
Thu Oct 08, 2009 8:42 pm
Forum: Support and Development
Topic: Modules in Löve
Replies: 9
Views: 7916

Modules in Löve

Hello fellow lövers! I'd like to develop something on LÖVE, but I'd be much more comfortable if I was able to split my lua code on several files. A folder would actually be nice, too. "Vanilla" LUA offers "require" and "module" functions for organizing your code - what ...
by kikito
Sat Oct 03, 2009 5:29 pm
Forum: Libraries and Tools
Topic: ËNVY (LÖVE Framework)
Replies: 86
Views: 67068

Re: ËNVY (LÖVE Framework)

Hi everyone,

I'd like to have a look at this lib, but it seems it has been removed from kuromeku's place.

Could someone post it somewhere else? (I'd suggest the wiki, github.com or code.google.com)

Thanks and regards!