Page 1 of 1
LÖVE 0.9.0 release ?
Posted: Sun Aug 25, 2013 10:54 am
by feelixe
Will 0.9.0 be release within the next month? I understand that they haven't announced a releasedate but is it common they work on it for a very long time?
Re: LÖVE 0.9.0 release ?
Posted: Sun Aug 25, 2013 11:38 am
by Robin
Not a dev, but yeah, it's common. The LÖVE devs follow the philosophy of "It's ready when it's ready".
Re: LÖVE 0.9.0 release ?
Posted: Sun Aug 25, 2013 12:22 pm
by Eamonn
Robin wrote:"It's ready when it's ready".
I like that philosophy
I asked the same question about 2 months ago, and I'm sure there's been at least 3 other threads about it(maybe more). Personally, I'm not dying for it's release: because I'll have to optimise my game for resizing windows.
Re: LÖVE 0.9.0 release ?
Posted: Sun Aug 25, 2013 12:44 pm
by slime
Window resizing is optional.
Right now you can see the
in-progress changelog and download
mostly up to date builds of the development version (and report any bugs you find on the
issue tracker!)
Re: LÖVE 0.9.0 release ?
Posted: Sun Aug 25, 2013 1:01 pm
by jjmafiae
my game will not be too hard to port to 0.9.0 but the libraries its using will be a pain in the ass to wait for :/
Re: LÖVE 0.9.0 release ?
Posted: Sun Aug 25, 2013 6:44 pm
by feelixe
jjmafiae wrote:my game will not be too hard to port to 0.9.0 but the libraries its using will be a pain in the ass to wait for :/
Same for me. That's why i'm asking
Re: LÖVE 0.9.0 release ?
Posted: Sun Aug 25, 2013 7:42 pm
by raidho36
So far I'm only rely on my own libraries, so I don't have any concern in waiting for others to port their stuff. But even if I would, I'd simply patched them up manually to work with 0.9.0.
Re: LÖVE 0.9.0 release ?
Posted: Sun Aug 25, 2013 7:52 pm
by jjmafiae
raidho36 wrote:So far I'm only rely on my own libraries, so I don't have any concern in waiting for others to port their stuff. But even if I would, I'd simply patched them up manually to work with 0.9.0.
i try to avoid other peoples libraries myself too, but i wonder if Bartbes are going to update AnAL right after the 0.9.0 update or if i need to wait for it.
Re: LÖVE 0.9.0 release ?
Posted: Sun Aug 25, 2013 8:11 pm
by Jasoco
I'm already coding for 0.9.0 and am sad the Xbox controller library can't be updated yet since the JoyStick API isn't finished. I am really looking forward to that one.
Also either playing around with Geometries or trying to get xXxMoNkEyMaNxXx's 3D texture library working over there.
Re: LÖVE 0.9.0 release ?
Posted: Sun Aug 25, 2013 8:16 pm
by jjmafiae
also i saw some changes to the canvas(In the change log) thing what is all that about?