Fluent FSM - Building State Machines with Style
A deep dive into creating a fluent-style state machine framework for Unreal Engine with powerful macro-based syntax that handles nested replication and provides elegant builder patterns.
A deep dive into creating a fluent-style state machine framework for Unreal Engine with powerful macro-based syntax that handles nested replication and provides elegant builder patterns.
An honest exploration of setting up Claude Code with MCP servers for development tool integration, including real-world challenges, limitations, and what actually works in practice.
Every indie game developer knows the pain of packaging and deploying their game. This post explores how to set up a free local CI/CD pipeline using TeamCity to streamline your project workflow.
Sword? Slash. Hammer? Smash. Gun? Shoot. Bow? Draw. Staff? Cast. Shield? Block. Fist? Punch. Foot? Kick. Intuitive and simple, what's the problem? Well we need to program it, no, not 7 if-switches ...
Digital sound is a signal, and it's all about signal processing.
Looked into the Plugins in Lyra so you don't have to. They were compiled together with related documentations to ease searching
Target.cs, Build.cs, Configs, Modules, what in the world is going on?
A feature has been finished beautifully, and let's submit it and call it a day. Oh wait...
You can extend the editor and engine like that? What about all the wheels I reinvented?
A quick walkthrough on embedding deepseek-v3 into JetBrain Rider and VS Code