@hiber3d/hdk-react-components
v1.1.13
Published
Hiber3D Development Kit - React Components
Downloads
478
Readme
Hiber3D HDK React Components
Hiber3D HDK is a Typescript library for creating web-based 3D experiences. Powered by the lightweight Hiber engine it is compatible across all major mobile, tablet, and desktop browsers. It features built-in multiplayer, character controls, gameplay mechanics, customizable avatars and more, allowing you to create interactive 3D worlds rapidly.
The hdk-react-components
package contains productivity components for creating Hiber3D worlds with React components. It is typically used together with a React renderer like (hdk-react)[https://www.npmjs.com/package/@hiber3d/hdk-react]
Installation
Install with NPM:
npm i @hiber3d/hdk-react-components
or with yarn:
yarn add @hiber3d/hdk-react-components
Usage
Please see (hdk-react)[https://www.npmjs.com/package/@hiber3d/hdk-react] for examples of using HDK to create 3D worlds with React.
Documentation
See Hiber3D HDK