Page 1 of 2

Plans for LÖVE

Posted: Sun Feb 15, 2009 5:38 pm
by raburabugaaru
I just discovered LÖVE yesterday (on Valentine's Day :ultraglee:), and I really like it, especially since it uses Lua. I was browsing the forums, and I noticed that while people love LÖVE, they kept talking about how it's not as powerful as it could be (for example, it's slow in some cases). It seems like the program's just young. So, I wondered what was planned for LÖVE in the future. Faster interpreter/parser (whichever of those words work - I'm not a programmer by any means)? An editor? Anything else?

I know this is the engine for me, so I hope this project lasts. Thanks!

Re: Plans for LÖVE

Posted: Sun Feb 15, 2009 5:55 pm
by rude
Hello.
  • An editor: not really.
  • Faster interpreter/parser: yes, eventually via LuaJIT.
  • Main features to be released in "near" future: OpenAL-based audio, sprite batching, vertex buffers.
No real high-level stuff for non-programmers, I'm afraid. :death:

Re: Plans for LÖVE

Posted: Sun Feb 15, 2009 6:26 pm
by Kaze
I want a LOVE browser plug-in, adobe flash-style.

Re: Plans for LÖVE

Posted: Sun Feb 15, 2009 6:35 pm
by osuf oboys
raburabugaaru wrote:I just discovered LÖVE yesterday (on Valentine's Day :ultraglee:), and I really like it, especially since it uses Lua. I was browsing the forums, and I noticed that while people love LÖVE, they kept talking about how it's not as powerful as it could be (for example, it's slow in some cases). It seems like the program's just young. So, I wondered what was planned for LÖVE in the future. Faster interpreter/parser (whichever of those words work - I'm not a programmer by any means)? An editor? Anything else?

I know this is the engine for me, so I hope this project lasts. Thanks!
What would such an editor entail?

Re: Plans for LÖVE

Posted: Sun Feb 15, 2009 7:42 pm
by Kaze
osuf oboys wrote:
raburabugaaru wrote:I just discovered LÖVE yesterday (on Valentine's Day :ultraglee:), and I really like it, especially since it uses Lua. I was browsing the forums, and I noticed that while people love LÖVE, they kept talking about how it's not as powerful as it could be (for example, it's slow in some cases). It seems like the program's just young. So, I wondered what was planned for LÖVE in the future. Faster interpreter/parser (whichever of those words work - I'm not a programmer by any means)? An editor? Anything else?

I know this is the engine for me, so I hope this project lasts. Thanks!
What would such an editor entail?
Saving directly into love files and the like. Could be done easier with a NP++ plugin.

Re: Plans for LÖVE

Posted: Sun Feb 15, 2009 7:54 pm
by bartbes
Kaze wrote:Saving directly into love files and the like.
That is possible on linux (at least on Ubuntu), I noticed a few days ago that there's an option in the right-click-menu to mount a .zip/.love as a HDD.
BTW, for windows users I remember that WinRAR also had the option to open files from a .zip and modify them, asking to put the modified file in the .zip after saving. (just like linux file-roller)

Re: Plans for LÖVE

Posted: Sun Feb 15, 2009 8:06 pm
by Kaze
bartbes wrote:
Kaze wrote:Saving directly into love files and the like.
That is possible on linux (at least on Ubuntu), I noticed a few days ago that there's an option in the right-click-menu to mount a .zip/.love as a HDD.
BTW, for windows users I remember that WinRAR also had the option to open files from a .zip and modify them, asking to put the modified file in the .zip after saving. (just like linux file-roller)
Would be nice to have the list of files at the side of the editor though, like Code::Blocks and such.

Re: Plans for LÖVE

Posted: Mon Feb 16, 2009 1:02 am
by rude
Kaze wrote:I want a LOVE browser plug-in, adobe flash-style.
Nice of you to volunteer.

Re: Plans for LÖVE

Posted: Mon Feb 16, 2009 2:21 am
by raburabugaaru
osuf oboys wrote:
raburabugaaru wrote:I just discovered LÖVE yesterday (on Valentine's Day :ultraglee:), and I really like it, especially since it uses Lua. I was browsing the forums, and I noticed that while people love LÖVE, they kept talking about how it's not as powerful as it could be (for example, it's slow in some cases). It seems like the program's just young. So, I wondered what was planned for LÖVE in the future. Faster interpreter/parser (whichever of those words work - I'm not a programmer by any means)? An editor? Anything else?

I know this is the engine for me, so I hope this project lasts. Thanks!
What would such an editor entail?
Oh, I was just throwing that out there. I personally don't think it needs an editor. ^^

Re: Plans for LÖVE

Posted: Mon Feb 16, 2009 2:27 am
by Kaze
rude wrote:
Kaze wrote:I want a LOVE browser plug-in, adobe flash-style.
Nice of you to volunteer.
I did some googling and gave up shortly afterwards.