Tag
Astrocade is an AI game development platform co-founded by Fei-Fei Li that allows non-programmers to quickly create games. It has raised $56 million and accumulated 20 million users in just 8 months.
The author describes a custom-built desktop agent that controls the Unity Editor via WebSocket, allowing it to inspect live runtime state and verify operations, overcoming the limitations of static code generation tools.
A game developer describes fixing a GPU rendering bug in their game Blackshift, where float precision issues when casting 8-bit adjacency integers to floats caused visual artifacts on certain NVIDIA GPUs, with the bug appearing in the main render but not in preview mode.
Sony Interactive Entertainment announced plans to integrate generative AI into game development to boost content volume and diversity while automating repetitive tasks like 3D modeling and animations. The company emphasizes that AI will augment human creativity rather than replace developers, citing internal tools already deployed across its studios.
Researchers release OpenGame, an open agentic coding framework tailored for game development.
OpenGame is an open-source agentic framework for end-to-end web game creation, powered by the specialized GameCoder-27B model and evaluated via the new OpenGame-Bench benchmark.
A technical blog post by a Saints Row: The Third Remastered developer explaining modern rendering culling techniques including distance culling, backface culling, and frustum culling, with practical insights for game developers working on real-time graphics optimization.
Ultima Ratio Regum 0.11 Update #57 discusses solving an edge case in procedural map generation where damage spreading could leave map clues floating isolated. The developer explores computational challenges with flood-fill algorithms and organic damage propagation techniques.
SPRITE introduces a pipeline that converts static game UI screenshots into editable engine assets using vision-language models and YAML to handle complex layouts and nesting.
Makko AI is a product that enables users to create 2D game art and playable games without drawing or coding skills. It leverages AI to streamline the game creation process for non-developers.
GladeKit is an AI agent designed to assist with Unity game development, helping developers streamline their workflow within the Unity engine.
Claude Code Game Studios is an open-source framework that transforms a single Claude Code session into a structured game development studio with 49 specialized agents, 72 skills, and organizational hierarchy to enforce quality gates and design consistency.