Crates.io | easy-gltf |
lib.rs | easy-gltf |
version | |
source | src |
created_at | 2020-11-18 01:52:40.187095+00 |
updated_at | 2025-03-29 18:24:06.950822+00 |
description | glTF 2.0 loader with an easy to use output |
homepage | https://github.com/flomonster/easy-gltf |
repository | https://github.com/flomonster/easy-gltf |
max_upload_size | |
id | 313545 |
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` |
size | 0 |
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...).
Here are the supported features of the crates:
extras
: Retrieve all metadata json informationnames
: Retrieve names of objectsvertex-color
: Retrieve vertex color informationFor examples of use see the crate documentation.