Settings

settings

The process-global settings root, SETTINGS.

abstract_settings

The base class every settings section is built from.

root_settings

The settings root object and whole-tree snapshots.

video_settings

Output format settings and the built-in quality presets.

computing_settings

Runtime compute and memory settings.

path_settings

Where Algan reads assets from and writes output to.

style_settings

Default colors and layout style.

raytracing_settings

Renderer settings: what a render produces, and the experimental switches.

SETTINGS

Stable process-global root for runtime-adjustable Algan settings.

Section objects keep stable identities. Call SETTINGS.video.set(...) rather than replacing SETTINGS.video so imports made by engine modules always observe the current values.