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

gltf v2 #17

Closed
MaikKlein opened this issue May 8, 2017 · 2 comments
Closed

gltf v2 #17

MaikKlein opened this issue May 8, 2017 · 2 comments

Comments

@MaikKlein
Copy link

MaikKlein commented May 8, 2017

I have seen that you have started to support v2 in the incoming branch. Would you say that it is already in a usable state?

@alteous
Copy link
Member

alteous commented May 8, 2017

It's certainly usable if you just want to deserialise .gltf files. I plan to merge this code when the official 2.0 specification is released. Until then the data structures are subject to change as the specification is finalised.

There are a few upcoming changes that you should prepare for however:

  • All data structures in v2 are to be moved into a sub module v2::raw to make way for the upcoming wrapper interface.
  • The Extras trait will be removed in favour of untyped serde_json::Values.

@alteous
Copy link
Member

alteous commented May 8, 2017

Also, I forgot to mention, the Get and TryGet traits will probably be removed.

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

No branches or pull requests

2 participants