easy-gltf

Crates.ioeasy-gltf
lib.rseasy-gltf
version
sourcesrc
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
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
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: 56

cargo fmt