10 releases (4 stable)

1.1.2 Mar 29, 2024
1.1.1 Nov 4, 2023
1.1.0 Jul 13, 2023
1.0.0 Jan 19, 2023
0.1.2 Nov 30, 2020

#15 in Data formats

Download history 1/week @ 2024-01-12 7/week @ 2024-01-26 44/week @ 2024-02-02 39/week @ 2024-02-09 79/week @ 2024-02-16 61/week @ 2024-02-23 51/week @ 2024-03-01 55/week @ 2024-03-08 22/week @ 2024-03-15 5/week @ 2024-03-22 215/week @ 2024-03-29 61/week @ 2024-04-05

312 downloads per month
Used in 3 crates

MIT license

3MB
997 lines

easy-gltf

github crates.io docs.rs


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.2"

Usage

For examples of use see the crate documentation.

Dependencies

~13MB
~104K SLoC