Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: [Wiki, C#] Animated sprite class  (Read 4914 times)

0 Members and 1 Guest are viewing this topic.

Furasheru

  • Newbie
  • *
  • Posts: 1
    • View Profile
[Wiki, C#] Animated sprite class
« on: June 27, 2012, 11:09:46 am »
Good day to you! I've re-written docflabby's AniSprite class to use in SFML.Net 2.0 and added it to wiki.

It's easy to use, well documented and it offers basic functionality, like playing looped and non-looped sequences and FPS change. To use this one, you have to manually implement delta-time in your programm, because this class has no internal timer (i just don't see why should it).

I would appreciate your comments!

 

anything