Skip to content

fy0/easy-gltf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...).

Installation

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

[dependencies]
easy-gltf="1.1.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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 100.0%