Skip to content

Rust crate to load gltf 2.0 files. It's now easy to get the scenes, cameras, lights and models.

License

Notifications You must be signed in to change notification settings

jordan4ibanez/minetest-gltf

 
 

Repository files navigation

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.

About

Rust crate to load gltf 2.0 files. It's now easy to get the scenes, cameras, lights and models.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 99.6%
  • Makefile 0.4%