Build performant 3D user interfaces with react-three-fiber and yoga.
npm install @react-three/uikit
> Perfect for games, XR (VR/AR), and any web-based Spatial Computing App.
| A simple UI with 2 containers horizontally aligned, rendered in fullscreen. When the user hovers over a container, the container's opacity changes. | !render of the above code |
| --------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- |
Source code when using @react-three/uikit:
``jsx
import { createRoot } from 'react-dom/client'
import React from 'react'
import { Canvas } from '@react-three/fiber'
import { Fullscreen, Container } from '@react-three/uikit'
createRoot(document.getElementById('root')).render(
,
)
`
If you are using @react-three/fiber, get started with building your first layout, take a look at our examples to see uikit in action. If you want to use vanilla three.js, visit this tutorial. Alternatively, learn more about:
- All components and their properties
- Interactivity
- Custom materials
- Custom fonts
- Responsive user interfaces
- Scrolling
- Sizing
- Common pitfalls
- Optimize performance
- Theming components
We provide multiple kits containing themable pre-styled components.
|
or @pmndrs/uikit-default | install via @react-three/uikit-horizon or @pmndrs/uikit-horizon` |- from Uikit 0.\*
This project is supported by a few companies and individuals building cutting edge 3D Web & XR experiences. Check them out!