-
Notifications
You must be signed in to change notification settings - Fork 11
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
Documentation of the JSONP format? #11
Comments
Yeah, we have a format doc, I'll clean it up and publish it ASAP. |
That would be fantastic, thanks. |
bump |
Take a look at this branch https://github.com/mikewoodworth/phosphorframework/tree/feature/jsonformat I've added a txt file describing the format... I'd appreciate any feedback you may have. I can clarify anything that is still confusing. |
Thanks for posting the document. I am having a a difficult time generating any animations with pframes (Or I miss-understand the code and can't detect them). Does the encoding program generate pframes? |
The encoder generates pFrames when the interactive checkbox is not checked. I just tested here, and I'm getting frametype 1 regularly. |
That makes sense, pframes would make the interactive mode more complex. Actually I don't want pframes for my application (it will be interactive) so that's good to know. |
I love the framework, it's a really cool bit of software. I would like some info if it's available:
It looks like all the animation info is in a byte array (Base64 encoded) for each frame. I can kind of see what's going on, but knowing what the data is and how it's used would help. I would like to translate the Javascript to another language and knowing the file format and general animation approach would be helpful.
The text was updated successfully, but these errors were encountered: