r3f-interaction

Installation
SKILL.md

React Three Fiber interaction

Check installed Fiber, Drei, and input-library versions first. Examples target Fiber 9 / React 19. Choose camera movement, object movement, and UI input owners before connecting handlers.

Selectable object

Mount beneath Canvas. Keep accessible DOM controls outside Canvas for important actions; mesh pointer handlers alone do not provide keyboard access.

import { useState } from 'react'
import { OrbitControls } from '@react-three/drei'
Installs
2.6K
GitHub Stars
114
First Seen
Jan 20, 2026
r3f-interaction — enzed/r3f-skills