Essential libraries for game making

General discussion about LÖVE, Lua, game development, puns, and unicorns.
Post Reply
User avatar
Kibita
Prole
Posts: 31
Joined: Tue Dec 29, 2015 7:46 pm

Essential libraries for game making

Post by Kibita »

Hello guys!

What are the essential lua/love2d libraries that I should have to help me to build a game? HUMP, anim8, ... ?
Thank you!
User avatar
Kibita
Prole
Posts: 31
Joined: Tue Dec 29, 2015 7:46 pm

Re: Essential libraries for game making

Post by Kibita »

I know this list, but I didn't mean this.
User avatar
zorg
Party member
Posts: 3441
Joined: Thu Dec 13, 2012 2:55 pm
Location: Absurdistan, Hungary
Contact:

Re: Essential libraries for game making

Post by zorg »

Other than those, which list the libs you should know about, you don't need any lib to actually make something.
Me and my stuff :3True Neutral Aspirant. Why, yes, i do indeed enjoy sarcastically correcting others when they make the most blatant of spelling mistakes. No bullying or trolling the innocent tho.
User avatar
raidho36
Party member
Posts: 2063
Joined: Mon Jun 17, 2013 12:00 pm

Re: Essential libraries for game making

Post by raidho36 »

In fact, you don't need any lib to actually make something.

All they do is implement a common piece of functionality. If you feel like getting along with it instead of implementing one yourself, you can use it.
User avatar
Tjakka5
Party member
Posts: 243
Joined: Thu Dec 26, 2013 12:17 pm

Re: Essential libraries for game making

Post by Tjakka5 »

Rather than debating if you need it or not, here's my list:

Middleclass: Best class system in my opinion.
Hump: I mainly use Vector, Gamestate, Timer and Camera.
Flux: Tweening makes things look fancy, it's better than Hump's timer system in my opinion.
Shine: Post processing shaders. I mainly use it for bloom with gaussianblur.
Bump / HC: Depending on what kind of collision type I need. Axis aligned: Bump. Anything else: HC
Imgui: Great debugging GUI, and it makes you look really cool and shit.
User avatar
xNick1
Party member
Posts: 267
Joined: Wed Jun 15, 2016 8:27 am
Location: Rome, Italy

Re: Essential libraries for game making

Post by xNick1 »

A GUI lib and a Gamestate lib would help!
I'm not using either, but I'm using flux for tweening, classic for OOP and a camera!
Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 175 guests