Posted September 03, 2026 by CsBalint
#game-development #game-engine #editor #UI #lighting #Vulkan #rendering #graphics-programming #indie-dev #devlog #bug-fixes
2026-09-03
Short version: Updated visuals for several editor controls, along with a few minor bug fixes.
I’ve improved the appearance of several controls in the editor, including the slider, radio button, and tabbed view. The screenshots below show how they look now.
I’ve also implemented a bridge between the Editor and the Engine, exposing lighting-related functionality to the Editor. This lays the groundwork for creating and configuring lights interactively within the Editor.
The next obvious step is to add support for creating lights directly in the Editor.
I haven’t abandoned the Vulkan renderer, either. It just needs a little more work—and some redesign—to integrate seamlessly.
More soon...