@hiber3d/hdk-utils
v1.0.24
Published
Hiber3D HDK Utility library
Downloads
494
Readme
Hiber3D HDK Utilities
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-utils
package contains only helper functions for working with a scene graph. It is typically used together with a React renderer like (hdk-react)[https://www.npmjs.com/package/@hiber3d/hdk-react] and most oftenly accompanied by (hdk-react-components)[https://www.npmjs.com/package/@hiber3d/hdk-react-components] productivity components.
Installation
Install with NPM:
npm i @hiber3d/hdk-utils
or with yarn:
yarn add @hiber3d/hdk-utils
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