-
-
Notifications
You must be signed in to change notification settings - Fork 419
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 support #544
Comments
At the moment we only provide bindings for native libraries, but I actually think it might not be too bad of an idea to have a GLTF parser. @Perksey thoughts? |
Stuff like this is something I’d like in the library, I do want to make Silk.NET more of a toolbox and actually be “the one library you’ll need” for graphics applications. A fully managed model loading library is something I can see being part of the Silk.NET suite, but we’d need to put work into the design to verify that it makes us all happy if we wanted to bring it under our umbrella. We’ll be having a discussion on utilities like this in the next working group meeting (among other things), where if you’d like we can discuss this with our stakeholders on what role Silk.NET should play (and if utilities like this fits it) if you’d like. Working group meetings happen at ~7pm BST and we announce the date in Discord (also where the meeting takes place) ahead of time. |
Assimp supports importing some data from glTF, I think it is better to keep GLTF as separate library from other formats, Godot |
We will be discussing this in the Working Group meeting on Thursday 5th August at 7pm BST in our Discord server. Feel free to come along and discuss with us. |
I'm very happy to advocate for this and eventually implement GLTF if no external contributor will :) |
Discussed in Working Group meeting Thursday 5th August 7:45pm-7:55pm BST:
Consensus:
|
Going to close this off now, thanks for the offer for donating your library! In future meetings we'll be discussing an organisation for community projects which have our seal of approval but neither the Silk.NET team or the .NET Foundation supervise or directly run i.e. we'll recommend them to users and they'll see that we approve of the library, but they won't be bound by our support schedule and won't have the strong backing the Foundation provides. |
Hi, any plans for add GLTF?
My loader that uses System.Text.Json and an internal generator that I can donate.
The text was updated successfully, but these errors were encountered: