Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 591 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 591 Bytes

wfn_anim

Library for saving and loading animations of arbitrary image types, so long as images can be loaded and saved.

Provides the following API:

  • AnimFrame — Contains information on frame durations and frame content.
  • Anim — A series of AnimFrames in sequence.
  • AnimManager::load — Animation loader, requires a function that loads in a frame from a std::istream. Returns an Anim.
  • AnimManager::save — Animation saver, requires a function that serializes a frame such that it can be written out with an std::ostream. Takes an Anim.