component
Birds
A loose flock circling overhead, each bird flapping on its own seeded orbit.
Add it
npx @runek/cli add birds
Pulls @react-three/fiber@^9.6.1, @runek/core@^0.13.0, three@^0.184.0.
Use it
import { Birds } from './runek/Birds'
<Birds position={[0, 0, 0]} seed={1} />
Props
export interface BirdsProps {
position?: Vec3
rotation?: Vec3
count?: number
/** Orbit spread, in units. */
area?: number
height?: number
speed?: number
color?: string
seed?: number
}
Registry manifest
registry manifest /r/components/birds.json Self-contained JSON: inlined source plus resolved dependencies, exactly whatrunek add birds fetches.
Browse the whole catalog in the gallery →.