oxihuman 0.2.1

Privacy-first, client-side human body generator in pure Rust — MakeHuman-compatible independent implementation (facade crate)
Documentation

oxihuman

Privacy-first, client-side parametric human body generator in pure Rust — MakeHuman-compatible independent implementation (reads .target/.mhclo formats).

Version: 0.2.1 | Updated: 2026-07-13

This is the facade crate that re-exports all OxiHuman sub-crates under a single, ergonomic namespace.

Usage

Add to your Cargo.toml:

[dependencies]
oxihuman = "0.2.1"

Then in your code:

use oxihuman::prelude::*;

Features

Feature Default Description
viewer yes Real-time rendering viewer
wasm no WebAssembly bindings
full no All optional features

Sub-crates

Module Description
core Foundation: parsers, policies, asset management
morph Morphology engine: parameters, blendshapes
mesh Geometry processing: decimation, subdivision, UV
export Export pipeline: glTF, OBJ, STL, USD, 50+ formats
physics Physics: collision proxies, cloth, soft body
viewer Real-time rendering (feature-gated)
wasm WebAssembly bindings (feature-gated)

License

Apache-2.0 — Copyright (c) COOLJAPAN OU (Team Kitasan)