Project APEX Devlog #3: Leaving the Terminal Behind (For the Users, Not Me)Project Apex
Welcome to the third official development update for Project APEX. If you want to see the custom engine in action, watch the full devlog below:
https://www.youtube.com/watch?v=2AjedOd88rE
As a lone developer who practically lives inside the Micro text editor and bare-metal environments, I would happily configure a flight simulator entirely via terminal arguments. But if you want to launch a commercial product that actually challenges the bloated, cloud-tethered monopolies of the simulation world, you eventually have to build a proper graphical interface.
Here is what went into the engine this week:
The GUI Transition
Everything that previously required command-line inputs is now fully accessible through a new, feature-rich interactive menu system [00:20]. You can now tweak almost every aspect of the simulation directly from the UI, giving the entire architecture a much more professional and accessible feel.
Saturated Topography and Night Ops
The biggest under-the-hood addition this week was overhauling the visual output of the ground [00:34]. The terrain textures have been upscaled to provide a much more natural, saturated look during daytime flights.
More importantly, the night lighting has been massively upgraded. Roads and city lights now render with a realistic, dynamic glow [00:42]. Keeping true to the core philosophy of Project APEX—high efficiency without the need for massive cloud server farms—this runs incredibly smoothly even on lower-tier hardware. I am actively optimizing the engine to maintain high framerates on devices like the MacBook Neo.
Physics and Control Surfaces
Since we are building a simulator focused on true mechanical flight and gliding, the aircraft need to actually interact with the air. The planes now feature fully animated, physically responsive moving parts [00:56]. Airbrakes, ailerons, and elevators are fully modeled and moving, paired with vastly improved tow physics for those critical aerotow launches.
The Roadmap Ahead
What is next on the agenda? I am currently modeling a completely new plane to add to the hangar, alongside generating a much richer variety of ground objects and houses to populate the topography [01:14].
We are still locked in and aiming for a public release in Winter 2026 or early 2027 [01:20]. The only major architectural decision left is the distribution platform—specifically, whether to push it exclusively through the macOS App Store or deploy it via Steam.
Stay tuned, and if you want to follow the bare-metal journey of a one-man flight simulator, make sure to like and subscribe to the YouTube channel for the weekly devlogs!