Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playback client library. #86

Open
foobit opened this issue Jan 25, 2017 · 1 comment
Open

Playback client library. #86

foobit opened this issue Jan 25, 2017 · 1 comment

Comments

@foobit
Copy link

foobit commented Jan 25, 2017

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!

@dalboris
Copy link
Owner

dalboris commented Jan 25, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants