Avara3D 0.2.0
C++ API reference
Avara3D C++ API

Back to avara3d.net

Avara3D is a C++20 engine for real-time 3D visualization and physical simulation.

This initial API reference focuses on the fixed-step execution surface:

  • a3d::Runner owns the host update loop and fixed-step simulation schedule.
  • a3d::SimulationConfig defines the immutable scheduling parameters supplied to a Runner.

Documentation coverage will expand outward from these core types as the public library interface is refined.