dalboris / vpaint

Experimental vector graphics and 2D animation editor

Home Page:http://www.vpaint.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playback client library.

foobit opened this issue · comments

It would be useful to have a separate client library that would minimally:

  1. Read a VPaint .vec file (from file or memory)
  2. With a specified frame number, return that frame's triangle mesh data (optionally with color vertex information).

The client library could be used for:

  • Standalone VPaint .vec player
  • Incorporate it into business applications/presentations
  • Used in games for animated sprites (what I would use it for)

I started looking at the source to see if the Editor, Qt, and OpenGL could be separated easily.

Thanks for making a powerful and easy to use animation tool!