Love Compiler

General discussion about LÖVE, Lua, game development, puns, and unicorns.
Post Reply
User avatar
joedf
Prole
Posts: 3
Joined: Fri Mar 09, 2012 7:39 pm

Love Compiler

Post by joedf »

Heres mine

Download

written in C
-CLI
-"Lovec.exe" is the compiler
-You can always replace "love.exe" with the newest version! :D
Last edited by joedf on Fri Mar 09, 2012 9:22 pm, edited 3 times in total.
coffee
Party member
Posts: 1206
Joined: Wed Nov 02, 2011 9:07 pm

Re: Love Compiler

Post by coffee »

Something went wrong...
User avatar
joedf
Prole
Posts: 3
Joined: Fri Mar 09, 2012 7:39 pm

Re: Love Compiler

Post by joedf »

Link Fixed! :D
User avatar
SiENcE
Party member
Posts: 797
Joined: Thu Jul 24, 2008 2:25 pm
Location: Berlin/Germany
Contact:

Re: Love Compiler

Post by SiENcE »

What does this compiler do?!?
coffee
Party member
Posts: 1206
Joined: Wed Nov 02, 2011 9:07 pm

Re: Love Compiler

Post by coffee »

Don't know also. I suppose it should luac sources. if you open luac.exe and drag a .lua to command prompt and enter he does something. However I didn't get here it saves. Tried also with .love files but nothing happens.
User avatar
N_K
Prole
Posts: 10
Joined: Fri Mar 09, 2012 11:22 pm

Re: Love Compiler

Post by N_K »

It's effectively the same thing as the Love2d compiler mentioned in the wiki. If you start lovec.exe, and drag a .love file on it, it will pack it into the main executable.
User avatar
SiENcE
Party member
Posts: 797
Joined: Thu Jul 24, 2008 2:25 pm
Location: Berlin/Germany
Contact:

Re: Love Compiler

Post by SiENcE »

Oh ok, i thought it's something usefull.
User avatar
Inny
Party member
Posts: 652
Joined: Fri Jan 30, 2009 3:41 am
Location: New York

Re: Love Compiler

Post by Inny »

I have a Makefile that packages the love file for me. Here's my most recent one.

Code: Select all

FILES = conf.lua main.lua lib maps gfx

love:
	zip -r landofwayward.love $(FILES)
You need some version of make and zip installed (like the ones through mingw32). As I'm a linux user, it's hard not to have those available. So, if your love compiler is designed just to add a .love and the .exe to each other, a neat feature would be to fill the gap that my makefile does, packaging your files on demand.
Post Reply

Who is online

Users browsing this forum: Semrush [Bot] and 3 guests