easy-gltf

Crates.ioeasy-gltf
lib.rseasy-gltf
version1.1.5
created_at2020-11-18 01:52:40.187095+00
updated_at2025-03-29 18:24:06.950822+00
descriptionglTF 2.0 loader with an easy to use output
homepagehttps://github.com/flomonster/easy-gltf
repositoryhttps://github.com/flomonster/easy-gltf
max_upload_size
id313545
size3,356,326
Florian Amsallem (flomonster)

documentation

https://docs.rs/easy-gltf

README

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.

Commit count: 57

cargo fmt