Page 1 of 1

love-kickstart: Quickly kickstart LÖVE games

Posted: Sun May 01, 2016 4:39 pm
by Ulydev
Image

Hello,

For the last few months, I've been making new games with LÖVE based on previous projects, simply because it was easier than rewriting everything from scratch. Lastly I've also been uploading some tiny libraries to Github, such as push or shack, that helped me make games much faster.

I've decided to pack these libraries and make a project template out of them, love-kickstart.
It helps you getting your projects up and working faster by providing you with basic tools and simple architecture.

Getting started with love-kickstart is pretty straightforward.

Set your game resolution, then create your first game scene!

love-kickstart includes push, shack, lem, lue and stager.
Common issues such as scaling the game to the window are handled for you.



You can check the github repository on https://github.com/Ulydev/love-kickstart

I hope you like it. There is some documentation about how the libraries work on their respective repos, but I'm willing to write more about how to work with love-kickstart.

Re: love-kickstart: Quickly kickstart LÖVE games

Posted: Sat May 07, 2016 9:36 am
by Ulydev
Added wave to the list of default libraries.

Re: love-kickstart: Quickly kickstart LÖVE games

Posted: Mon May 09, 2016 4:39 am
by Crono
Dude, this is amazing! Thanks for sharing, now I'll have a much easier time starting a project c:

Re: love-kickstart: Quickly kickstart LÖVE games

Posted: Tue Oct 11, 2016 6:34 pm
by Ulydev
Updated all libraries.
LÖVE-kickstart now includes push, shack, lem, lue, stager, soft, trail, wave and easy!

Check out the github repo for more information.

Re: love-kickstart: Quickly kickstart LÖVE games

Posted: Wed Oct 12, 2016 9:37 am
by monsieur_h
Seems neat, but lacks a bit of documentation. For someone like me who doesn't know any of these libs, it's a bit overwhelming. Maybe a simple game example linked from the doc would do ?

Re: love-kickstart: Quickly kickstart LÖVE games

Posted: Wed Oct 12, 2016 11:39 am
by Ulydev
monsieur_h wrote:Seems neat, but lacks a bit of documentation. For someone like me who doesn't know any of these libs, it's a bit overwhelming. Maybe a simple game example linked from the doc would do ?
Hey monsieur_h, you can access the documentation of each library on https://github.com/Ulydev/love-kickstart#whats-included . I'll be sure to add an example game soon :nyu: