AI AGENT ADDONS

R3f Fundamentals

enzed/r3f-skills

React Three Fiber is a tool that lets you build 3D scenes inside a React app. It combines the power of Three.js with the simplicity of React components. Anyone making interactive 3D websites or games can use it.

You start by adding a Canvas component. This sets up the 3D environment. Then you add shapes, lights, and animations using standard React code. The useFrame hook runs every frame to update your scene smoothly.

This skill covers the basics like setting up a scene, handling events, and using hooks. It is perfect for beginners who want to add 3D graphics to their React projects without learning complex Three.js syntax.

Add R3f Fundamentals skill to your workflow

Global

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

Project

mkdir -p .claude/skills/r3f-fundamentals

Source Repository

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