C++ API Reference ================= The Huira C++ API is organized into four main modules. Select a module below to explore. .. grid:: 2 :gutter: 3 .. grid-item-card:: Core API :link: core/index :link-type: doc Fundamental types, math utilities, spectral bins, and unit systems. .. grid-item-card:: Handles API :link: handles/index :link-type: doc Safe, smart-pointer wrappers for interacting with the Scene Graph. (Lights, Cameras, Frames). .. grid-item-card:: Images API :link: images/index :link-type: doc Buffers, pixel formats, and I/O operations for rendering results. .. grid-item-card:: Render API :link: render/index :link-type: doc Integrators, sampling strategies, and the main rendering pipeline. .. toctree:: :hidden: :maxdepth: 2 assets/index cameras/index core/index ephemeris/index handles/index images/index render/index scene/index stars/index util/logger