HDK Utilities Library
Introduction

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 (opens in a new tab) and most oftenly accompanied by hdk-react-components (opens in a new tab) productivity components.

Installation

Install with NPM:

npm i @hiber3d/hdk-utils

or with yarn:

yarn add @hiber3d/hdk-utils