io7m / jcalcium

Skeletal animation
ISC License
0 stars 0 forks source link

Saving and loading compiled skeletons #6

Closed io7m closed 7 years ago

io7m commented 7 years ago

Compiling a skeleton is relatively expensive and not something that should be done frequently in realtime engines. Saving a compiled skeleton and loading it efficiently with essentially no validation is required.

Depends on #2