Skip to main content

Crate launcher

Crate launcher 

Source
Expand description

§R.E.K.T.A.Launcher Application

Entry point and GUI application for starting, monitoring, and managing REKTAL Kernel server instances and GUI client processes.

§Overview

The launcher provides an [eframe]/[egui]-based user interface allowing developers and users to:

  • Spawn the Kernel server with or without an interactive terminal console.
  • Spawn the GUI client with or without an interactive terminal console.
  • Launch processes in a fully detached mode so they outlive the launcher.
  • Observe status feedback and application logs via common::logging.

Modules§

spawn_process 🔒
Process Spawner Module

Structs§

LauncherApp 🔒
Primary state structure for the Launcher GUI application.

Functions§

main 🔒
Application entry point for R.E.K.T.A.Launcher.