Building the Blueprint AI Hub MVP: From C++ Design Plan to Executable Behavior Trees
How I built a functional C++ AI behavior tree system in a single day, from architecture to execution.
How I built a functional C++ AI behavior tree system in a single day, from architecture to execution.
I replaced expensive runtime blending with precomputed transition maps to achieve seamless biomes in my hex-based 3D RTS.
I ditched rigid height-based terrain blending for a noise-driven system that creates natural biome transitions in my hex-based RTS.
I slashed frame times in my hex-based RTS by restructuring unit logic around data-oriented design in Godot—here’s how.
I encrypted localStorage saves in my browser game using Web Crypto and AES-GCM—here's how I balanced security, performance, and simplicity.
I removed two underperforming plugins from Gear to Glory 4.3—trading bloat for stability and maintainability with Godot’s built-in tools.