Page 1 of 2

v8 powered Love2d

Posted: Thu Aug 13, 2009 2:17 pm
by 24inch
hi guys,

a javascript version of love2d is available.

http://code.google.com/p/lov8

i haven't posted the source codes yet. but an installer and a couple of demos are available for download.

i stripped out all the lua code and replaced them with javascript bindings for the v8 engine.

best! more power to all lovers!

Re: v8 powered Love2d

Posted: Fri Aug 14, 2009 12:36 am
by mike
Wait wait, what? You made a LÖVE fork that uses javascript instead of lua?

Re: v8 powered Love2d

Posted: Fri Aug 14, 2009 2:33 am
by TechnoCat
I would like to see this continue into 0.6.0
Javascript is something I am a lot more familiar with.

Re: v8 powered Love2d

Posted: Fri Aug 14, 2009 4:53 am
by Jasoco
My game was programmed in JavaScript until I discovered Löve. And even though Safari was super fast at executing it, it was still way too slow compared to Lua and Löve.

Also, I only see a Windows EXE. No OS X app. Such a shame.

Re: v8 powered Love2d

Posted: Fri Aug 14, 2009 5:04 am
by Pliskin09
but playing Love games through the browser is probably still out of the question, right? >_> :vamp:

Re: v8 powered Love2d

Posted: Fri Aug 14, 2009 3:11 pm
by Chris016
yes it is possible to write love into browser, but this is not that solution to that. What you are looking to do is a Active X plugin which could easily make work in windows only. Or port love to http://haxe.org or Java.

Re: v8 powered Love2d

Posted: Fri Aug 14, 2009 5:26 pm
by TechnoCat
Chris016 wrote:yes it is possible to write love into browser, but this is not that solution to that. What you are looking to do is a Active X plugin which could easily make work in windows only. Or port love to http://haxe.org or Java.
I would be looking at this http://code.google.com/apis/o3d/

Re: v8 powered Love2d

Posted: Fri Aug 14, 2009 6:11 pm
by Robin
TechnoCat wrote:I would be looking at this http://code.google.com/apis/o3d/
Cool. I'm slightly offended though, because the download part says:
Available for Windows / Mac
For Linux, click here.

Re: v8 powered Love2d

Posted: Fri Aug 14, 2009 11:03 pm
by rude
Cool. I'm honored. :neko:

Re: v8 powered Love2d

Posted: Sat Aug 15, 2009 12:38 am
by Jasoco
All I ask is whatever road you guys take LÖVE down, please do not leave us Mac and Linux users behind by going Windows only.