minetest-gltf

Crates.iominetest-gltf
lib.rsminetest-gltf
version3.0.1
sourcesrc
created_at2024-02-13 10:25:19.592942
updated_at2024-03-13 23:36:06.56935
descriptionglTF 2.0 loader with an easy to use output. Modified extensively for the minetest-rust engine.
homepage
repository
max_upload_size
id1138344
size3,760,357
(jordan4ibanez)

documentation

README

minetest-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 was originally easy-gltf.

This crate has been completely modified for the minetest-rust engine.

Installation

To install it, just add the dependency in your Cargo.toml.

[dependencies]
minetest-gltf="3.0.1"

Usage

For examples of use see the crate documentation.

Commit count: 0

cargo fmt