Raven Engine v0.1
A modern 3D Game Engine
Loading...
Searching...
No Matches
Raven Framework

Core systems and utilities forming the backbone of the Raven Engine. More...

Topics

 Framework
 Core framework components: application lifecycle, base utilities, and essential services.
 Project
 Project management: settings, asset roots, and per-project configuration.
 Scene
 Scene management: entity lifecycle, component orchestration, and physics integration.
 Components
 ECS component definitions used throughout the scene and renderer.
 Render Passes
 Individual GPU render and compute passes that make up the Illumine render pipeline.
 UI
 User interface layer: UI components, rendering, and interaction handling.

Detailed Description

Core systems and utilities forming the backbone of the Raven Engine.

The Framework module owns the scene graph, rendering orchestration, physics integration, scripting bridge, and all editor/runtime lifecycle management.