@ggez/anim-runtime
v0.1.7
Published
Animator runtime evaluator for compiled ggez animation graphs.
Readme
@ggez/anim-runtime
Framework-agnostic animator instance and runtime graph evaluator.
import { createAnimatorInstance } from "@ggez/anim-runtime";
const animator = createAnimatorInstance({ rig, graph, clips });
animator.setFloat("speed", 1);
const result = animator.update(dt);The runtime evaluates into typed-array pose buffers and root motion deltas, not Three.js animation actions.
