goth-gltf
Goth-gltf aims to be a low-level, unopinionated reader for gltf files.
Basic example:
let filename = args.nth.unwrap;
let bytes = read.unwrap;
let : = from_bytes.unwrap;
println!;
In comparison with gltf-rs, it:
- Represents the gltf JSON structure transparently
- Uses nanoserde instead of serde
- Supports a wider range of extensions
- Has no code specific for loading images or reading attributes out of buffers
Extensions Implemented
KHR_lights_punctualKHR_materials_emissive_strengthKHR_materials_iorKHR_materials_sheenKHR_materials_unlitKHR_texture_basisuKHR_texture_transformKHR_materials_transmissionEXT_mesh_gpu_instancingEXT_meshopt_compressionMSFT_lodMSFT_screencoverage
License: MIT