9 releases (3 stable)
1.1.1 | Nov 4, 2023 |
---|---|
1.1.0 | Jul 13, 2023 |
1.0.0 | Jan 19, 2023 |
0.1.5 | Apr 19, 2022 |
0.1.2 | Nov 30, 2020 |
#19 in Data formats
172 downloads per month
Used in rhachis
3MB
997 lines
easy-gltf
This crate is intended to load glTF 2.0, a file format designed for efficient transmission of 3D assets.
It's based on the 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
.
[dependencies]
easy-gltf="1.1.1"
Usage
For examples of use see the crate documentation.
Dependencies
~8MB
~119K SLoC