7 releases (1 stable)
1.0.0 | Jan 19, 2023 |
---|---|
0.1.5 | Apr 19, 2022 |
0.1.4 | Mar 20, 2021 |
0.1.3 | Dec 7, 2020 |
0.1.2 | Nov 30, 2020 |
#15 in Data formats
114 downloads per month
Used in rhachis
3MB
914 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.0.0"
Usage
For examples of use see the crate documentation.
Dependencies
~15MB
~183K SLoC