#3d-model #gltf #assets #model #3d #minetest

minetest-gltf

glTF 2.0 loader with an easy to use output. Modified extensively for the minetest-rust engine.

13 stable releases

3.0.1 Mar 13, 2024
2.5.7 Mar 8, 2024
1.3.1 Feb 18, 2024

#41 in Data formats

Download history 50/week @ 2024-11-29 261/week @ 2024-12-06 76/week @ 2024-12-13 3/week @ 2024-12-20 2/week @ 2024-12-27 16/week @ 2025-01-03 20/week @ 2025-01-10 151/week @ 2025-02-14 1/week @ 2025-02-21 2/week @ 2025-02-28

154 downloads per month

MIT license

3MB
2K SLoC

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.

Dependencies

~7.5MB
~190K SLoC