KhronosGroup / glTF-CSharp-Loader

C# Reference Loader for glTF
Other
213 stars 60 forks source link

further development of this loader #30

Closed harmanbrar closed 3 years ago

harmanbrar commented 3 years ago

Hi just wondering if this is has a plan to be maintain and push to a new nuget package for more recent features? I am currently checking the feasibility of glTF for a game production as we have a tool in c# that may end up needing this. It appears this library doesn't currently return a list of verts and indices from the binary file. Is this something this library would want? I have added some more features to test.

edit: Is there a roadmap for features wanted/expected for the various loaders?

bghgary commented 3 years ago

I'm not aware of any plans/roadmap to make further improvements but useful contributions are always welcome.

harmanbrar commented 3 years ago

For sure, thanks for the quick reply, I'll be submitting some pull requests in the near future 👍