Skip to main content

Crate oxihuman

Crate oxihuman 

Source
Expand description

§OxiHuman

Privacy-first, client-side human body generator — pure Rust MakeHuman port.

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

§Quick Start

use oxihuman::prelude::*;

§Module Overview

ModuleCrateDescription
coreoxihuman-coreFoundation: parsers, policies, asset management, data structures
morphoxihuman-morphMorphology engine: parameters, blendshapes, synthesis
meshoxihuman-meshGeometry processing: decimation, subdivision, UV, topology
exportoxihuman-exportExport pipeline: glTF, OBJ, STL, COLLADA, USD, 50+ formats
physicsoxihuman-physicsPhysics: collision proxies, cloth, soft body, ragdoll
vieweroxihuman-viewerReal-time rendering: scene graph, camera, materials (feature-gated)
wasmoxihuman-wasmWebAssembly bindings for browser deployment (feature-gated)

Re-exports§

pub use oxihuman_core as core;
pub use oxihuman_export as export;
pub use oxihuman_mesh as mesh;
pub use oxihuman_morph as morph;
pub use oxihuman_physics as physics;
pub use oxihuman_viewer as viewer;

Modules§

prelude
Convenience prelude — imports the most commonly used types.