A 3D rigged character component with a simplified control interface and procedural animations.
npm install three-react-character-omnom

A rigged 3D character component of a monster named Omnom for React Three Fiber, published on npm as three-react-character-omnom.
``shell`
npm install three-react-character-omnom
`tsx
import { Canvas } from "@react-three/fiber";
import { Monster } from "three-react-character-omnom";
export function Scene() {
return (
);
}
`
Pass modelUrl if you want to load your own .glb. The default uses the bundled model.
I recommend using pnpm.
Install dependencies:
`shell`
pnpm install
Run this command in your terminal to open a local server at localhost:5173
`shell`
pnpm dev
`shell``
pnpm build:lib