Search found 2 matches
- Fri Sep 22, 2023 10:42 pm
- Forum: Open Discussion and Dev Announcements
- Topic: glTF implementation in progress
- Replies: 10
- Views: 9871
Re: glTF implementation in progress
The implementation I started uses a third-party library (tinygltf) for the the parsing. Perhaps you don't want to introduce a dependency on that library, as it would bring in a dependency on nhlomann-json as well.
- Fri Sep 22, 2023 8:35 pm
- Forum: Open Discussion and Dev Announcements
- Topic: glTF implementation in progress
- Replies: 10
- Views: 9871
glTF implementation in progress
Hello, I am a Minetest contributor who has been working on glTF support for their Irrlicht fork. I have been informed that upstream Irrlicht is already planning glTF support, so I'm here to see whether the work I've done is useful for upstream and how we can coordinate. My work on it has recently ...