landon 0.10.2

A collection of tools, data structures and methods for exporting Blender data (such as meshes and armatures) and preparing it for your rendering pipeline.
Documentation
1
2
3
4
5
use landon;

fn main() -> Result<(), anyhow::Error> {
    landon::run()
}