Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Spritesheet Animation Class using Bitmap:setTextureRegion API — Gideros Forum

Spritesheet Animation Class using Bitmap:setTextureRegion API

NascodeNascode Guru
edited October 2012 in Code snippets
Hi guys,

I tried to update my spritesheet animation class (a simple 100+lines of code) using the new Bitmap:setTextureRegion API instead of add/remove bitmap child, and i got much more performance using the new API. Now i decided to released it to the community.

There are not many features in this class, however i made it to achieve good performance.

You could get it from my repo https://github.com/nascode/gideros_animsheet

Likes: atilim

have fun with our games~
http://www.nightspade.com
+1 -1 (+1 / -0 )Share on Facebook

Comments

Sign In or Register to comment.