Skip to main content

Module app

Module app 

Source
Expand description

Application runner — the agpu equivalent of eframe’s run_native.

Uses winit for windowing and event dispatch, wgpu for GPU rendering, and integrates the agpu Model trait to drive the Elm architecture.

Every layer is agent-discoverable via the ontology.

Structs§

AgpuApp
The agpu application runner.