Page 1 of 1

Javascript game libraries similar to LÖVE?

Posted: Thu Dec 20, 2012 10:20 am
by kikito
I'm considering giving a spin to browser-based game libs during christmas holidays.

There's so many of them!

I don't have lots of time to invest here; I'd rather spend it doing stuff rather than testing frameworks. So I've decided to ask you guys.

Of the existing javascript libraries, which ones have you tried, and which one "feels like LÖVE"? I'm not looking for a similar API, but for a similar philosophy (i.e. simplicity over everything else, little object orientation, and idiomatic use of the language).

Re: Javascript game libraries similar to LÖVE?

Posted: Thu Dec 20, 2012 11:00 am
by BlackBulletIV
I've never really delved into the whole thing myself, but there is a JavaScript library that runs LÖVE games (I'm not exactly sure in what form). Last I knew it hadn't implemented all the features though.

Re: Javascript game libraries similar to LÖVE?

Posted: Thu Dec 20, 2012 11:02 am
by Roland_Yonaba

Re: Javascript game libraries similar to LÖVE?

Posted: Thu Dec 20, 2012 11:05 am
by BlackBulletIV
Yeah, that's the one.

Re: Javascript game libraries similar to LÖVE?

Posted: Thu Dec 20, 2012 11:43 am
by kikito
I'd rather have something more production-ready, even if it means not using Lua or LÖVE. I'm looking for something that allows me to expand my horizons a bit, but doesn't require me to write 8 lines just to draw an image on the screen.

Re: Javascript game libraries similar to LÖVE?

Posted: Fri Dec 21, 2012 9:05 pm
by BlackBulletIV
Yeah, probably a good idea. I'd like to get into it myself sometime. But for now, I can't really help.

Re: Javascript game libraries similar to LÖVE?

Posted: Sat Dec 22, 2012 1:13 pm
by SiENcE
kikito wrote:I'd rather have something more production-ready, even if it means not using Lua or LÖVE. I'm looking for something that allows me to expand my horizons a bit, but doesn't require me to write 8 lines just to draw an image on the screen.
Perhaps you could add shader and canvas-2d support to love-webplayer :). I would appreciate this.

Re: Javascript game libraries similar to LÖVE?

Posted: Tue Dec 25, 2012 9:30 am
by T-Bone
Playcraft seems really nice.