ProtoArt / spritec

The Sprite Compiler turns your 3D models into 2D spritesheets
https://protoart.me/
Mozilla Public License 2.0
32 stars 5 forks source link

GUI: Animation support #190

Closed daose closed 4 years ago

daose commented 4 years ago

Allows user to select animation, stop the animation, and determine how many frames they want in the animation.

This PR also moves spritec from a function called from JavaScript into a class in order to reuse resources (i.e. not creating a new threadrendercontext every time) screen