Crates.io | minigltf |
lib.rs | minigltf |
version | 0.1.0 |
source | src |
created_at | 2023-12-17 11:30:27.458572 |
updated_at | 2023-12-17 11:30:27.458572 |
description | a small gltf parser with minimal dependencies and fast compilation |
homepage | |
repository | |
max_upload_size | |
id | 1072457 |
size | 52,538 |
A stupid-simple, best-effort compliant glTF parser with minimal amount of dependencies.
minigltf
currently only supports glTF 2.0, but is structured in a way that other versions could be implemented.
Has been tested on various glTFs from https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0, though not all of them.
If you find any models in the glTF-Sample-Models
repo that cannot be parsed by minigltf
, please file an issue or make a PR fixing it!
gltf
and your .nth()
!)This code is released under the MIT license.
See the LICENSE
file for more details.