Skip to content

bogalo-games/wfn_anim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Animation loading / saving library for wfn_eng

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published