Search found 51 matches

by IndieRetro
Mon Feb 02, 2015 10:12 am
Forum: Libraries and Tools
Topic: Loveballs, A love2d Softbody lib
Replies: 73
Views: 42369

Re: Loveballs, A love2d Softbody lib

OH MAN THIS IS SO COOL It immediately reminded me of Gish (which is a game I highly recommend by the way). It makes me want to try and clone Gish's mechanics. It would be an interesting experiment... Most of it would surprisingly easy, since I can adjust the Frequency to make a blob jump, and also ...
by IndieRetro
Sun Feb 01, 2015 5:51 pm
Forum: Libraries and Tools
Topic: Loveballs, A love2d Softbody lib
Replies: 73
Views: 42369

Re: Loveballs, A love2d Softbody lib

Okay, that explains haha. Well ill make changes and update my fork for anyone who wants to have a slightly derpier version with experimental code. Though the effects your basic lib achieves can be useful for making one really neat screen saver too! Update released, re-worked a lot of the code, impl...
by IndieRetro
Mon Jan 26, 2015 11:04 am
Forum: Libraries and Tools
Topic: Loveballs, A love2d Softbody lib
Replies: 73
Views: 42369

Re: Loveballs, A love2d Softbody lib

Please excuse the double post, but I found a working setRadius implementation, the changes are made directly to my local branch (but not commited the changes yet) Hey, thanks for all the fixes and suggestions. I am not activly working on this lib at the moment, but once I come back to re-write it I...
by IndieRetro
Mon Jan 26, 2015 11:02 am
Forum: Libraries and Tools
Topic: Loveballs, A love2d Softbody lib
Replies: 73
Views: 42369

Re: Loveballs, A love2d Softbody lib

Thanks! Here is my project with it ^^ Hey! that's the teeworlds sun in the background! Haha! I had teeworlds open in another monitor while making it! :p What happens to be your teeworlds name? Chances are I've played with you at some point, I've been playing Teeworlds every day for the past 7 years...
by IndieRetro
Sun Jan 25, 2015 2:16 pm
Forum: Libraries and Tools
Topic: Loveballs, A love2d Softbody lib
Replies: 73
Views: 42369

Re: Loveballs, A love2d Softbody lib

Jasoco wrote: First off, that's Loco Roco and it's awesome. It's been so long since I had the demo on my PSP.

Secondly, change the video title. "ASD" gives me some really really strange and sometimes horrible looking related videos.
Hehe, loco roco inspired me to create this lib and game ^
by IndieRetro
Sat Jan 24, 2015 4:32 pm
Forum: Libraries and Tools
Topic: Loveballs, A love2d Softbody lib
Replies: 73
Views: 42369

Re: Loveballs, A love2d Softbody lib

I have no idea how to use this for an actual game mechanic that will not feel gimmicky (I will however take the challenge of coming up with something) and I don't have anything meaningful to contribute to the discussion. But I just wanted to say that this looks awesome :) Well done. Thanks! Here is...
by IndieRetro
Wed Jan 21, 2015 2:45 pm
Forum: Libraries and Tools
Topic: Loveballs, A love2d Softbody lib
Replies: 73
Views: 42369

Re: Loveballs, A love2d Softbody lib

Loving this as its giving me some small idea to persue! It took awhile to adapt to this, since i use onContact callbacks and normals of contacts to set a "isGrounded" variable for the player on the ground so that i can control when one may jump, but sadly the sofBody.fixture isnt exactly ...
by IndieRetro
Thu Jan 15, 2015 8:12 pm
Forum: Libraries and Tools
Topic: Loveballs, A love2d Softbody lib
Replies: 73
Views: 42369

Re: Loveballs, A love2d Softbody lib

New small update released, small changes but they improve the softbody physics a load. I recommend using the latest version.

Demos are outdated, but the source.zip is updated, also on github.
by IndieRetro
Wed Oct 22, 2014 8:31 am
Forum: Games and Creations
Topic: Swarming: Eradication - A simple planetary conquest game
Replies: 7
Views: 6948

Re: Swarming: Eradication - A simple planetary conquest game

Seriously though, the reason there is no sound is because the game isn't quite done yet, and sound effects are always at the bottom of my list. I'm sure you probably already know this, but this site is great for generating sound effects for free: http://www.bfxr.net/, I often use it for game jams m...
by IndieRetro
Sun Oct 19, 2014 12:08 pm
Forum: Games and Creations
Topic: STEAL - top down stealth game
Replies: 23
Views: 13550

Re: STEAL - top down stealth game

The lighting looks fantastic. Is there any chance you could write a blog post about how you did it? I saw your link to the tutorial, I've tried following it myself but had to much trouble porting it to lua/love :p