Category
Game Development
2 posts
Should You Build a Desktop App with Godot? An Honest Take
Is a game engine a sane choice for a desktop app? I dug into Godot for non-game tools — where it wins, where it bites, and the projects that prove it works.
30 May 2026 · godot · 6 min read
Building a Game Engine from Scratch with C# and C++: Architecture, Vulkan Rendering, and Lessons Learned
A deep dive into building a Bevy-inspired game engine where C# handles game logic through an Entity Component System and C++ powers Vulkan rendering, connected via Mono P/Invoke. Covers architecture decisions, the ECS pattern, dynamic lighting, and what it takes to build a renderer from zero.
10 Feb 2026 · Game Development · 7 min read