---
title: "Novel High-Performance Framework for GPU-Driven Crowd Systems"
url: https://daily.dev/posts/novel-high-performance-framework-for-gpu-driven-crowd-systems-t1max17p3
source_url: https://80.lv/articles/6-000-agents-on-one-game-thread-novel-high-performance-framework-for-gpu-driven-crowd-systems
type: article
source: "80 LEVEL"
published: 2026-06-10T15:54:45.861Z
updated: 2026-06-10T15:55:12.548Z
tags: ["game-development", "unreal-engine"]
reading_time: 12
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Novel High-Performance Framework for GPU-Driven Crowd Systems

**[80 LEVEL](https://daily.dev/sources/80lv)** · 12 min read · 0 upvotes · 0 comments

## Summary

A technical artist demonstrates a GPU-driven crowd system capable of animating 6,072 stadium spectators on a single game thread using Vertex Animation Textures (VAT) and Hierarchical Instanced Static Meshes (HISM) in Unreal Engine. The full pipeline covers procedural seat extraction in Houdini via VEX, baking multiple animation states (Idle, Clap, Yell, Stand, Wave) into 16-bit VAT textures, and a custom Unreal material that handles animation blending, per-instance color randomization, and a GPU-computed stadium wave effect entirely in the shader. Compared to standard skeletal meshes, the VAT+HISM approach reduces game thread time from 34.15 ms to 0.66 ms, cuts draw calls from 21,369 to 276, and nearly doubles FPS from 28 to 57 on an RTX 3070.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://80.lv/articles/6-000-agents-on-one-game-thread-novel-high-performance-framework-for-gpu-driven-crowd-systems>

## Similar posts on daily.dev

- [Real-Time Rendering Of 18,000 Characters With VAT In UE5](https://daily.dev/posts/real-time-rendering-of-18-000-characters-with-vat-in-ue5-x8hjdljr5) · 80 LEVEL · 3 upvotes · 0 comments
- [Breakdown: Material-Driven Mesh Rotation In Unreal Engine 5](https://daily.dev/posts/breakdown-material-driven-mesh-rotation-in-unreal-engine-5-tm2nbjlmr) · 80 LEVEL · 0 upvotes · 0 comments

---

Tags: [#game-development](https://daily.dev/tags/game-development), [#unreal-engine](https://daily.dev/tags/unreal-engine)

[View this post on daily.dev](https://daily.dev/posts/novel-high-performance-framework-for-gpu-driven-crowd-systems-t1max17p3)
