Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

coconut-xr/koestlich

Repository files navigation

Caution

This library is deprecated. Use the successor pmndrs/uikit instead.

@coconut-xr/koestlich

Version License Twitter Discord

user interfaces for Three.js

This library builds on yoga (open-source flexbox implementation), Three.js (open-source WebGL library) to deliver compatible and performant 3D UIs with out-of-the-box animations.

We currently provide bindings to react-three/fiber, enabling a familiar Developer Experience for react developers.

npm install @coconut-xr/koestlich

Check out the Getting Started

Examples

  • Getting Started Introduces koestlich's features by example
  • Advanced Introducing classes, default styles, and custom property APIs
  • Components Description of available components and their API
  • Library Development Information for developing custom component libraries

Ecosystem

React Native

Use expo-three and overwrite the PlatformConstants.TextureLoader with the TextureLoader from expo-three: Example