0 Members and 3 Guests are viewing this topic.
What i am trying is to show animated scene in .gif format.
What is a way to achieve animation in sfml?
Quote from: BaneTrapper on September 25, 2013, 09:32:41 pmWhat i am trying is to show animated scene in .gif format.You can't load animated file formats with SFML and maintain all the frames.Quote from: BaneTrapper on September 25, 2013, 09:32:41 pmWhat is a way to achieve animation in sfml?You use a sprite of which you change the texture rect over time. My Thor library also provides predefined functionality for animations.