New Developer Here!

General discussion about LÖVE, Lua, game development, puns, and unicorns.
Post Reply
Joelghill
Prole
Posts: 3
Joined: Mon Jul 02, 2012 11:26 pm

New Developer Here!

Post by Joelghill »

Hello all,

I'm new to the game development scene, and I've heard nothing but amazing things about Love. I recently released my first game using Gideros Studio, but for my second project I am seriously considering using the Love framework. Since it looks like Love isn't much of an engine, I was wondering if there is anything out there that will handle collision detection(and other things)? I'm not interested in writing game engines, I want to make games :)

I'm going to dive head first into the forum now and see what I can dig up from previous discussions....

P.S: I suppose this is mostly a hello to the community! Hello!
User avatar
pk
Citizen
Posts: 67
Joined: Wed Dec 14, 2011 2:13 am
Location: Texas, United States
Contact:

Re: New Developer Here!

Post by pk »

Hi!

Regarding collision detection, LOVE has a rich physics module which is an interface to Box2D. Perhaps you weren't aware of this?
ALL CREATURE WILL DIE AND ALL THE THINGS WILL BE BROKEN. THAT'S THE LAW OF SAMURAI.
User avatar
nate8nate
Prole
Posts: 3
Joined: Tue Jan 03, 2012 9:27 pm
Location: Iowa

Re: New Developer Here!

Post by nate8nate »

There are a number of libraries that make collision detection easy.

HardonCollider is a very nice collision detection library that supports both polygons and circles.
bump.lua is much more light weight, but handles only boxes.
Otherwise there's a tutorial on creating your own collision detection on the wiki.

If you don't need to do any fancy collision detection, bump.lua should suit your project well. Unless you really want to, I don't know if you need to make your own solution, as the libraries make the process much simpler and quicker.
Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests