AI AGENT ADDONS

R3f Animation

enzed/r3f-skills

Animating 3D objects on the web is now simple with React Three Fiber. This tool helps you create moving shapes and characters right in your browser. You can rotate a box, make a character walk, or add physics-based motion.

The useFrame hook runs code every single frame. It gives you the clock, camera, and mouse position. Use it to update rotation or position over time. For models from GLTF files, use the useAnimations hook to play, stop, and blend animations.

You can also set animation speed, loop modes, and priorities. This skill makes 3D animation accessible to anyone building interactive web pages or simple games.

Add R3f Animation skill to your workflow

Global

mkdir -p ~/.claude/skills/r3f-animation

Project

mkdir -p .claude/skills/r3f-animation

Source Repository

Stars
96
Forks
7
Watchers
96
Last Push
6 months ago
Created
6 months ago