The epic love demo thread!

Showcase your libraries, tools and other projects that help your fellow love users.
User avatar
SiENcE
Party member
Posts: 792
Joined: Thu Jul 24, 2008 2:25 pm
Location: Berlin/Germany
Contact:

Re: The epic love demo thread!

Post by SiENcE »

thx rude. we continually improving lalalove.

we have problem with sdl mixer ... it doesn't mix very wel and too less channels. we think of adding openal as option to löve. i'm also thinking of using freeimage instead of devil. i think freeimage more flexible.

It took me one whole day to compile löve under windows. I personally prefer less dependencies (or staticaly link) to make it more portable.

What you think of?
User avatar
rude
Administrator
Posts: 1052
Joined: Mon Feb 04, 2008 3:58 pm
Location: Oslo, Norway

Re: The epic love demo thread!

Post by rude »

SiENcE wrote:we have problem with sdl mixer ... it doesn't mix very wel and too less channels.
Yeah, like I wrote somewhere, I feel sorry for you guys for having to use that crappy audio interface for a sound-intensive game like LaLaLove. :( I've been looking for a decent replacement, but it's not that easy. Maybe we can use the audio library in SFML? About the channels: it's fixed at 16 ... should of course be changeable via love.audio, but like I said, it's way too early for sound-intensive games. :3
SiENcE wrote:It took me one whole day to compile löve under windows. I personally prefer less dependencies (or staticaly link) to make it more portable.
Mein Gott! Do you mean that you used a whole day to compile the dependecies? You should have just asked me for this "SDK". Then it would have taken you 5 minutes.

About statically linked: on Windows, it's not that important. Most people don't care about the source on Windows. But yes, I personally prefer as much static as possible. Right now, the only dynamic libraries are the ones that require it in their license.
volts
Prole
Posts: 5
Joined: Thu Jul 24, 2008 1:52 am

Space Demo inspired by Gosu tutorial

Post by volts »

Hi All, Here is a little game I called Space Demo for want of a more creative name. I was inspired by a Gosu tutorial. It was basically an exercise in learning Lua and LÖVE in 10-12 hours. I'm pretty impressed with both :-)
space_demo.PNG
space_demo.PNG (38.42 KiB) Viewed 8403 times
Attachments
space_demo.love
(216.63 KiB) Downloaded 508 times
--
volts
User avatar
Xfcn
Citizen
Posts: 65
Joined: Sat Jul 12, 2008 6:53 am

Re: The epic love demo thread!

Post by Xfcn »

Great little demo. My favorite bit is how the stars slow you down if you hit them.
"Any sufficiently advanced technology is indistinguishable from magic." - Arthur C. Clarke
volts
Prole
Posts: 5
Joined: Thu Jul 24, 2008 1:52 am

Re: The epic love demo thread!

Post by volts »

Thanks. I had the most trouble with sound. It would be nice to be able to pause/resume/stop each sound instead of all playback.
--
volts
User avatar
rude
Administrator
Posts: 1052
Joined: Mon Feb 04, 2008 3:58 pm
Location: Oslo, Norway

Re: The epic love demo thread!

Post by rude »

Nice demo ^^

Yeah ... just one of the 500 things that needs to be done on love.audio ...
volts
Prole
Posts: 5
Joined: Thu Jul 24, 2008 1:52 am

Re: The epic love demo thread!

Post by volts »

Thanks; I hope to update it with physics when you release that.
BTW, I really like the clean organization of your APIs.
--
volts
surtic
Citizen
Posts: 74
Joined: Sat Jul 12, 2008 12:18 am

Re: The epic love demo thread!

Post by surtic »

Anyone likes sticks? A bit boring, but then again I was a bit bored so that's the result.

I'll try to come up with something slightly more creative next time...

EDIT (2008-08-13): Slightly modified game.conf (removed empty line)
Attachments
sticks.love
(1.29 KiB) Downloaded 439 times
Last edited by surtic on Wed Aug 13, 2008 6:19 pm, edited 1 time in total.
User avatar
Xfcn
Citizen
Posts: 65
Joined: Sat Jul 12, 2008 6:53 am

Re: The epic love demo thread!

Post by Xfcn »

surtic wrote:Anyone likes sticks? A bit boring, but then again I was a bit bored so that's the result.

I'll try to come up with something slightly more creative next time...
Boring? Not at all. Ran great for me, average FPS of around 370. Full-screen was more like 570.

I did get the following dump in the console:
console dump wrote:This is LOVE 0.3.2 (Lemony Fresh).

INIT love.filesystem [PhysFS]
INIT love.graphics [OpenGL/DevIL/FreeType]
INIT love.audio [SDL_mixer]
INIT love.timer [SDL]
INIT love.mouse [SDL]
INIT love.keyboard [SDL]
INIT love.system [Generic]
Configuration (Line 3): Unrecognized command: ""
libGL error: drmGetMagic failed
libGL error: reverting to (slow) indirect rendering
QUIT love.system [Generic]
QUIT love.keyboard [SDL]
QUIT love.mouse [SDL]
QUIT love.timer [SDL]
QUIT love.audio [SDL_mixer]
QUIT love.graphics [OpenGL/DevIL/FreeType]
QUIT love.filesystem [PhysFS]
Using Ubuntu 8.04 and Love 0.32 (obviously) as installed from .deb packaging.
"Any sufficiently advanced technology is indistinguishable from magic." - Arthur C. Clarke
surtic
Citizen
Posts: 74
Joined: Sat Jul 12, 2008 12:18 am

Re: The epic love demo thread!

Post by surtic »

I'm getting 76 FPS both windowed and full-screen...

I've changed game.conf to get rid of "Configuration (Line 3): Unrecognized command: """ (hopefully), but I have no idea about:
libGL error: drmGetMagic failed
libGL error: reverting to (slow) indirect rendering

Maybe I'll try to write a Qix-clone...
Post Reply

Who is online

Users browsing this forum: No registered users and 85 guests