Tag: #game-engine
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
The 3D Pipeline — Real-Time Games vs. Offline Film
This guide surveys the entire 3D asset pipeline from modeling to rendering. It organizes how the real-time rendering of game engines differs from the offline render farms of film, optimization concepts like LOD, poly bud
2026-06-27 · 17 min read #3d-pipeline#real-time#offline-rendering#game-engine#gltfBevy Game Engine — A Hands-On Rust ECS Tour of Modern Game Development (Deep Dive, 2026)
Inheritance-heavy object models from Unity and Unreal ruled the industry for thirty years, but the modern game engine of 2026 looks elsewhere. Entity-Component-System separates data from behavior and lays out memory for
2026-05-14 · 21 min read #bevy#game-engine#rust#ecs#gamedev