The Engine Core API is the main entry point for Needle Engine functionality. It provides a unified interface for building interactive 3D web experiences with features spanning rendering, physics, networking, XR, and more.
This module contains the networking schemes used by Needle Engine.
They are used to define the structure of the data that is sent over the network.
Networking can use plain text or flatbuffers for serialization.
Flatbuffers are more efficient and faster than plain text, but require more setup work.
Contains Needle Engine Core Components.