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 torun_winitwith a setup closure that wires renderer + overlay + shell.