easy-gltf

github crates.io docs.rs


This crate is intended to load [glTF 2.0](https://www.khronos.org/gltf), a file format designed for efficient transmission of 3D assets. It's based on the [gltf](https://github.com/gltf-rs/gltf) crate but has an easy to use output. This crate is perfect for your rendering projects (raytracer, OpenGL, rasterizer...). ### Installation To install it, just add the dependency in your `Cargo.toml`. ```toml [dependencies] easy-gltf="1.1.2" ``` ### Usage For examples of use see the [crate documentation](https://docs.rs/easy-gltf).