Page 1 of 1

how to create a sprite animation?

Posted: Fri Aug 12, 2016 11:57 am
by McFree
I can not find how to implement animation characters using sprites can someone suggest or throw a link to a page with an explanation?

I will be very grateful for the help

Re: how to create a sprite animation?

Posted: Fri Aug 12, 2016 12:05 pm
by laperen
I implemented animations using this guide
http://chaddettmering.com/2015/04/2d-sp ... ve-part-2/

its essentially using quads to pick parts of the spritesheet you want to use in-game.

Re: how to create a sprite animation?

Posted: Tue Aug 16, 2016 1:04 pm
by AnRu
There are list of libs for achieving animations for Love2d: https://github.com/love2d-community/awe ... #animation
But big amount of developers are creating animation engines for their games and goals. Try to make your own by using quads as written above and you will recieve exactly what you want to see.
If you want to make development easier - try anim8.