Page 1 of 2

Lovely Engine Pre-Alpha 7 (2013-03-16)

Posted: Fri Mar 08, 2013 10:44 pm
by Synok
Hello guys!

A few days ago, I saw some topic about a Love2D IDE with a quite sarcastic remark. It sounded like: "Coming March 2142" or something. So I thought to myself, "Well, an IDE?" and started to write something that feels more like a game engine. Also I did this because I need to ease the road for me on an upcoming title that will be powered by my engine, and Love2D.

Alpha 7 Screenshot (2013-03-13):
Image

PreAlpha 7 News (2013-03-16)
http://larsnilsson.blog.com/

Download:

Code: Select all

http://speedy.sh/DQezQ/Lovely-Engine-PreAlpha-7.rar
Please run this as admin. Otherwise, it cannot properly copy data upon building.
Also, this is compiled using the .NET Framework 4.5 which can be found here:
http://www.microsoft.com/sv-se/download ... x?id=30653

Please leave a word or two if you think this can be useful. If you run into any problems, please check the Help file that comes along with it.

Enjoy. :-)

Re: Lovely Engine Alpha 5

Posted: Fri Mar 08, 2013 10:48 pm
by TheScriptan
So this is Love2D IDE? :crazy:

Re: Lovely Engine Alpha 5

Posted: Fri Mar 08, 2013 10:54 pm
by Synok
TheScriptan wrote:So this is Love2D IDE? :crazy:
At least my version of it. :-)

If you came too early, I did a small bug fix. Should work to build project now.

Re: Lovely Engine Alpha 5

Posted: Fri Mar 08, 2013 10:59 pm
by TheScriptan
It's not working for me. :brows: Lovely Engine.exe is not a valid Win32 application. I think it means that it's not capable for 32 bits, or windows xp? :huh:

Re: Lovely Engine Alpha 5

Posted: Fri Mar 08, 2013 11:02 pm
by Synok
Compiled it with Visual Studio 2012, independent on CPU architecture. It should run on both X86 and X64 CPUs.
It didn't include instructions for it to compile for Windows XP though, sorry.

Re: Lovely Engine Alpha 5

Posted: Fri Mar 08, 2013 11:04 pm
by TheScriptan
Yeah, that is my old pc, that is bullcrap... :death:

Re: Lovely Engine Alpha 5

Posted: Fri Mar 08, 2013 11:11 pm
by Synok
All I can say is, try getting the latest .NET Framework. It uses the version 4.5. Ill try make a build that requires less. Sorry for any inconvenience.

Re: Lovely Engine Alpha 5

Posted: Fri Mar 08, 2013 11:11 pm
by TheScriptan
I did not even know that .NET version is 4.5 already :o:

Re: Lovely Engine Alpha 5

Posted: Fri Mar 08, 2013 11:21 pm
by Synok
Sometimes I agree that it is hard to catch up on, heh.

Re: Lovely Engine Alpha 5

Posted: Sun Mar 10, 2013 10:18 pm
by kclanc
Cool. Have you seen my IDE, love studio?
https://bitbucket.org/kevinclancy/love-studio/wiki/Home

I created it using .NET, so you might be interested in forking it, or just reading the code to get some ideas.