HDK Core API
Introduction

Hiber3D HDK

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-core package contains only the functionality necessary to define 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-core

or with yarn:

yarn add @hiber3d/hdk-core