Page 2 of 2

Re: Haven't touched Löve2D in like 2 years, What's changed?

Posted: Wed Feb 22, 2017 6:30 pm
by nice
By the way, I'm going through Löv2D:s tutorials, are there any that I should do in order? or are there other tutorials that I should take a look at?

Re: Haven't touched Löve2D in like 2 years, What's changed?

Posted: Wed Feb 22, 2017 11:42 pm
by raidho36
Generally you shouldn't need tutorials altogether, so it's not relevant. All you need to bootstrap yourself is to remember that your update code goes to love.update function and render code goes to love.draw function, both of which you define yourself. Then you just have at it, try getting it to do what you want it to do, and if you're not sure, check the manual if there's a function that does what you need or if there are some specific directions. Ask your questions anytime.

Re: Haven't touched Löve2D in like 2 years, What's changed?

Posted: Wed Feb 22, 2017 11:55 pm
by Positive07
If you want tutorials I always recommend Sheepolution's since they are always up to date.

But yeah... learning by yourself is always better

Re: Haven't touched Löve2D in like 2 years, What's changed?

Posted: Thu Feb 23, 2017 6:48 pm
by nice
raidho36 wrote: Wed Feb 22, 2017 11:42 pm Generally you shouldn't need tutorials altogether, so it's not relevant.
Well learning new thing is always nice in my opinion
Positive07 wrote: Wed Feb 22, 2017 11:55 pm If you want tutorials I always recommend Sheepolution's since they are always up to date.

But yeah... learning by yourself is always better
I found Sheepolution's a while back and I'm probably gonna take a look at it at some point