Skip to main content
GameDev.net gamedev.net

Optimization News

The latest Optimization coverage curated for game developers.

How toolmakers like ARM work with devs, ft. Peter Hodges

Game Developer details how ARM’s Peter Hodges thinks about game development tools, with a side trip into the 1969 short Lemon. The conversation is most relevant to teams building or …

News Game Developer · 3 days ago
Optimizing Deep Rock Galactic Survivor for mobile

Unity details how Deep Rock Galactic: Survivor was reworked for mobile, where thousands of enemies, projectiles, and damage numbers had to fit inside a 3 GB iPad budget. Piktiv swapped …

Official Unity · 3 days, 15 hours ago
ADLX 2.0: Extending graphics control to AI agents and agentic apps

AMD GPUOpen says ADLX 2.0 adds AI extensions and MCP servers so apps can monitor, manage, and optimize AMD graphics hardware. For game teams, that opens the door to agent-driven …

Official AMD GPUOpen · 5 days, 5 hours ago
Optimizing CPU-side Rendering Code

Godot has been tightening CPU-side renderer code, and one Polygon2D case showed why that matters: a scene with only about 20 animated characters was spending 15.7 ms in Polygon2D::_notification() and …

Official Godot Engine · 5 days, 22 hours ago
Accelerating HKTex without Mesh Eigensystems: Local Unfolding and Randomized Thermal Features

A new HKTex acceleration method drops the mesh eigensystem bottleneck that has made heat-kernel texture workflows expensive to initialize. Two variants, LocalHK and ThermalRF, keep the trainer and compositing pipeline …

Research arXiv cs.GR · 6 days, 11 hours ago
GeoTrussRover: Morphological Computation with Contact-Semantic Control Primitives

A new reconfigurable rover uses a variable-geometry truss to change its contact shape on the fly, cutting the coordination burden of traversal planning. The system reuses low-dimensional contact primitives instead …

Research arXiv cs.GR · 1 week, 3 days ago
TBR: Transport-Based Rendering with Deposition Strokes for Inverse Graphics

Researchers have introduced TBR, a transport-based rendering method that turns inverse graphics into an ordered stroke program. The approach targets marbling-style deposition strokes, preserving area while deforming earlier marks. It …

Research arXiv cs.GR · 1 week, 3 days ago
DrakkenRidge: Building an open-world adventure for mobile VR

Unity details how Garage Collective is using ECS to render DrakkenRidge’s huge mobile VR world with far less overhead. The two-person team says the game can show thousands of objects …

Official Unity · 1 week, 6 days ago
LayoutShop: Content-Constrained Exploratory Design of Creative Article Layout

A new layout-generation framework, LayoutShop, uses content constraints and optimization to build creative article compositions from templates. It extracts eligible structures, solves their geometry, then ranks results with neural assessment …

Research arXiv cs.GR · 2 weeks ago
TruncGradGS: Improved 3D Gaussian Splatting via Truncated Gradient Updates

A new 3D Gaussian Splatting method tackles gradient vanishing with truncated updates, aiming to make scene reconstruction more stable and less sensitive to initialization. The approach improves both static and …

Research arXiv cs.GR · 2 weeks, 3 days ago
Hex Map 5.5.0 New Map Generator

Catlike Coding Unity details the first Burst conversion in its Hex Map 5.5.0 generator: InitializeMapJob now runs as an IJobFor over a NativeArray of HexCellData. For Unity 6000.3.23f1 users, it’s …

Blog Catlike Coding Unity · 3 weeks ago
CD Projekt Red has The Witcher 4 running on all target platforms after Cyberpunk 2077 lesson

CD Projekt Red says The Witcher 4 is already running on every target platform, a notable shift after Cyberpunk 2077’s troubled launch. The studio is treating platform readiness as a …

News Game Developer · 3 weeks, 3 days ago
Preorder the ROG XBOX Ally X20 Starting Today

Preorders are now open for the ROG Xbox Ally X20, a new handheld PC aimed at running modern games in a portable form factor. For developers, it adds another Windows-based …

Official XBox Wire · 3 weeks, 6 days ago
BrainLinear: A Linear Model for Brain Network Analysis in Sparse Tangent Subspaces

BrainLinear is a lightweight connectome classifier that trades heavy GNN and Transformer stacks for a sparse, geometry-aware linear pipeline. It maps functional connectivity into a tangent space, ranks ROI-pair directions …

Research arXiv cs.GR · 1 month ago
Rendering at scale: Efficient strategies for massive object counts

Unity details how Mega Cat Studios kept Backyard Baseball’s dense scenes running smoothly by leaning on batching, instancing, culling, and profiling. The team says the biggest wins came from reducing …

Official Unity · 1 month, 1 week ago
Smooth Motion Stitching via Laplacian Optimization in Rodrigues Vector Space

A new motion-editing method uses Laplacian optimization in Rodrigues vector space to stitch animation clips with smoother transitions. By keeping joint rotations continuous, it avoids the brittle hand-tuning and learning-based …

Research arXiv cs.GR · 1 month, 1 week ago
Differential heuristics

A long-running A* pathfinding deep dive now has a fresh release centered on differential heuristics, the same family of tricks that helps large route planners stay responsive. The update replaces …

Blog Red Blob Games · 1 month, 1 week ago
RL-Lock: Reinforcement Learning for Generating Interlocking Assemblies

RL-Lock brings reinforcement learning to interlocking assembly generation, turning voxel decomposition into a sequential decision problem. The system uses structured action chunking plus MCTS-guided policy-value learning to search huge combinatorial …

Research arXiv cs.GR · 1 month, 2 weeks ago
Finding Fast Filters

A new paper from Karima Ma, Andrew Adams, and Jonathan Ragan-Kelley unifies several fast FIR-filter tricks into one search space for 1D and 2D image, video, and audio processing. The …

Research arXiv cs.GR · 1 month, 4 weeks ago
Feature-Guided Diffusion for Non-Differentiable Inverse Rendering

A new black-box inverse rendering pipeline, Feature-Informed Diffusion Evolution, skips gradients and hand-tuned initialization entirely. It uses ViT features to steer a diffusion model, then tightens candidates with CMA-ES. The …

Research arXiv cs.GR · 2 months ago
Page 1 of 5 Next