11 releases (5 stable)

new 1.1.4 Dec 6, 2024
1.1.2 Mar 29, 2024
1.1.1 Nov 4, 2023
1.1.0 Jul 13, 2023
0.1.2 Nov 30, 2020

#18 in Data formats

Download history 49/week @ 2024-08-19 10/week @ 2024-08-26 53/week @ 2024-09-02 62/week @ 2024-09-09 69/week @ 2024-09-16 61/week @ 2024-09-23 78/week @ 2024-09-30 9/week @ 2024-10-07 58/week @ 2024-10-14 29/week @ 2024-10-21 39/week @ 2024-10-28 96/week @ 2024-11-04 16/week @ 2024-11-18 324/week @ 2024-12-02

344 downloads per month
Used in 2 crates

MIT license

3MB
1K SLoC

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...).

Features

Here are the supported features of the crates:

  • extras: Retrieve all metadata json information
  • names: Retrieve names of objects
  • vertex-color: Retrieve vertex color information

Usage

For examples of use see the crate documentation.

Dependencies

~5.5MB
~111K SLoC