#gl-tf #3d #asset #model #scene

easy-gltf

glTF 2.0 loader with an easy to use output

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

Download history 30/week @ 2023-08-05 32/week @ 2023-08-12 13/week @ 2023-08-19 22/week @ 2023-08-26 32/week @ 2023-09-02 29/week @ 2023-09-09 22/week @ 2023-09-16 17/week @ 2023-09-23 231/week @ 2023-09-30 22/week @ 2023-10-07 31/week @ 2023-10-14 49/week @ 2023-10-21 39/week @ 2023-10-28 55/week @ 2023-11-04 34/week @ 2023-11-11 36/week @ 2023-11-18

172 downloads per month
Used in rhachis

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

Usage

For examples of use see the crate documentation.

Dependencies

~8MB
~119K SLoC