easy-gltf

Crates.ioeasy-gltf
lib.rseasy-gltf
version1.1.2
sourcesrc
created_at2020-11-18 01:52:40.187095
updated_at2024-03-29 15:13:55.320117
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,344,011
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...).

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.

Commit count: 48

cargo fmt