I really want LÖVE-Builder. Whatever happened to that? (Aside from nothing.)
It was amazing: upload a .love, fill in a few fields, and it automatically makes binaries for Windows, OS X and Linux and .debs for Ubuntu and oh my god that was just perfect.
Löve on Ubuntu/Linux
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: Löve on Ubuntu/Linux
Help us help you: attach a .love.
Re: Löve on Ubuntu/Linux
I didn't try it yet, but CDE seems to be a good way to distribute stuff on linux. CDE packages should work cross-distribution, as long as you have the same processor type (i.e. x86 32 or 64 bit).
- josefnpat
- Inner party member
- Posts: 955
- Joined: Wed Oct 05, 2011 1:36 am
- Location: your basement
- Contact:
Re: Löve on Ubuntu/Linux
The guy that was hosting it, was trying to scam anyone and everyone he could.Robin wrote:I really want LÖVE-Builder. :( Whatever happened to that? (Aside from nothing.)
It was amazing: upload a .love, fill in a few fields, and it automatically makes binaries for Windows, OS X and Linux and .debs for Ubuntu and oh my god that was just perfect.
Missing Sentinel Software | Twitter
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
- master both
- Party member
- Posts: 262
- Joined: Tue Nov 08, 2011 12:39 am
- Location: Chile
Re: Löve on Ubuntu/Linux
Hey, thats an excellent way to distribute love games for linux. I try it and it work perfect, but i had to tweak it a little to support love, so if you dont know shell then its not gonna work.vrld wrote:I didn't try it yet, but CDE seems to be a good way to distribute stuff on linux. CDE packages should work cross-distribution, as long as you have the same processor type (i.e. x86 32 or 64 bit).
- josefnpat
- Inner party member
- Posts: 955
- Joined: Wed Oct 05, 2011 1:36 am
- Location: your basement
- Contact:
Re: Löve on Ubuntu/Linux
Any chance you can share your tweaks? I'm exploring this right now, and it seems like a great idea.master both wrote:Hey, thats an excellent way to distribute love games for linux. I try it and it work perfect, but i had to tweak it a little to support love, so if you dont know shell then its not gonna work.vrld wrote:I didn't try it yet, but CDE seems to be a good way to distribute stuff on linux. CDE packages should work cross-distribution, as long as you have the same processor type (i.e. x86 32 or 64 bit).
Even if hello world is 36MB :)
Missing Sentinel Software | Twitter
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
- substitute541
- Party member
- Posts: 484
- Joined: Fri Aug 24, 2012 9:04 am
- Location: Southern Leyte, Visayas, Philippines
- Contact:
Re: Löve on Ubuntu/Linux
Hmmm...
The simplest can be a .bat file that has all 3 lines for each distribution. Even better, a C program that takes some arguments, and then runs the .bat file depending on the arguments. Even better, a .love file that can create distributions for each OS... a .love that can create a .love..?
The simplest can be a .bat file that has all 3 lines for each distribution. Even better, a C program that takes some arguments, and then runs the .bat file depending on the arguments. Even better, a .love file that can create distributions for each OS... a .love that can create a .love..?
Currently designing themes for WordPress.
Sometimes lurks around the forum.
Sometimes lurks around the forum.
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: Löve on Ubuntu/Linux
Oh, hm.josefnpat wrote:The guy that was hosting it, was trying to scam anyone and everyone he could.Robin wrote:I really want LÖVE-Builder. Whatever happened to that? (Aside from nothing.)
It was amazing: upload a .love, fill in a few fields, and it automatically makes binaries for Windows, OS X and Linux and .debs for Ubuntu and oh my god that was just perfect.
I'll host it if that's okay. Of course, it'll be a subdomain of robinwell.net then.
Help us help you: attach a .love.
Re: Löve on Ubuntu/Linux
You mean the one that one guy made? I guess he ran out of investor funding.Robin wrote:Whatever happened to that?
If you guys didn't know already, Project Hawkthorne already has automatically building binaries. Take a look and see what you can copy.
- master both
- Party member
- Posts: 262
- Joined: Tue Nov 08, 2011 12:39 am
- Location: Chile
Re: Löve on Ubuntu/Linux
ok , but you will have to wait, cause I will be out for a week and I have the files in my home.josefnpat wrote:
Any chance you can share your tweaks? I'm exploring this right now, and it seems like a great idea.
Even if hello world is 36MB
Re: Löve on Ubuntu/Linux
For my stuff, I have a plain old Makefile doing the work for me
So when I'm ready to stamp out a .love file, I go into that directory and type make love
Code: Select all
BUNDLE = fill_in_the_blanks.love
FILES = conf.lua main.lua and_everything_else_here
love:
zip -r $(BUNDLE) $(FILES)
Who is online
Users browsing this forum: No registered users and 5 guests