Mixamo to GLB

Export FBX animations from Mixamo and combine them into a single GLB file.

GodotThree.jsBabylon.jsPlayCanvas
1
Drop your character and animation FBX files
2
Wait for conversion to complete
3
Download your optimized GLB
4
Tired of writing AnimationMixer.ts for the 47th time?

Animation Controller

Drop in your GLB file and get a fully typed animation controller instantly. No more string literals or guessing animation names - just clean, autocompleted APIs with smooth transitions built-in.

// 🎮 Skip the Three boilerplate
const char = new Controller('model.glb');

// ⚡️ Fully typed - no more string typos!
char.run();    // IDE autocomplete
char.walk();   // Type checking
char.attack(); // Zero configuration

// That's it - animation mixing included! 🔥

Zero Configuration

Import and play animations instantly

Type-Safe API

Full TypeScript support with autocomplete

Auto-Mixing

Smooth transitions between animations

Framework Agnostic

Works with any Three.js project

"It just works."source: undefined