Skip to main content

@react-ecs/three overview

For API documentation check here.

Intro#

@react-ecs/three is a Entity View integration for ThreeJS by way of @react-three/fiber and @react-three/drei.

Installation#

To install:

npm install @react-ecs/three

Or:

yarn add @react-ecs/three

Peer Dependencies#

@react-ecs/three has a number of Peer Dependencies you'll need to install too:

yarn add three @react-three/fiber @react-three/drei

But you may already have these.