Skip to main content

Module bootstrap

Module bootstrap 

Source
Expand description

Editor bootstrap: CLI parsing, window icon, winit + overlay/shell setup.

Owns the binary entry point and the closure handed to run_winit that constructs the renderer, the egui overlay, and the editor shell. Keeps app.rs focused on EditorApp and EngineApp semantics.

Statics§

PROJECT_PATH
CLI project path passed via --project <path>.

Functions§

load_logo_icon
Decode the embedded PNG logo into a WindowIcon.
run
Editor binary entry point. Parses --project, then hands control to run_winit with a setup closure that wires renderer + overlay + shell.