gltf_kun 0.0.2

Extensible library for building glTF toolchains.
Documentation
1
2
3
4
5
6
7
8
9
10
# gltf_kun

[![Crates.io](https://img.shields.io/crates/v/gltf_kun.svg)](https://crates.io/crates/gltf_kun)
[![CI](https://github.com/unavi-xyz/gltf_kun/actions/workflows/ci.yml/badge.svg)](https://github.com/unavi-xyz/gltf_kun/actions/workflows/ci.yml)
![Crates.io](https://img.shields.io/crates/l/gltf_kun)
[![Documentation](https://docs.rs/gltf_kun/badge.svg)](https://docs.rs/gltf_kun)

An extensible library for building [glTF](https://github.com/KhronosGroup/glTF) toolchains.

Builds upon the [`gltf`](https://github.com/gltf-rs/gltf) and [`petgraph`](https://github.com/petgraph/petgraph) crates to create a traversable graph of the glTF document.