post: clean — no AAA name drops, shipped features as one platform

This commit is contained in:
2026-06-16 17:18:48 +01:00
parent b998e54641
commit 2354885774
3 changed files with 104 additions and 70 deletions
+2 -2
View File
@@ -188,9 +188,9 @@
</a>
<a href="gpu-skinned-herds" class="blog-card">
<span class="blog-card__date">16 June 2026 · updated</span>
<span class="blog-card__date">15 June 2026</span>
<h2 class="blog-card__title">GPU-Skinned Herds: One Draw Call for 1,000 Animated Characters in Godot</h2>
<p class="blog-card__excerpt">Godot can't batch-render 1,000 animated characters. We built a GPU skinned-instance herd renderer into the engine — now with mat4x3 palette, far-LOD, in-place bake. Pre-built binaries for macOS and Windows.</p>
<p class="blog-card__excerpt">Godot can't batch-render 1,000 animated characters. We built a GPU-driven crowd renderer into the engine itself — bake every animation frame into a texture once, let the GPU drive every instance. 1,000 animals, 60 FPS, zero skeletons. Pre-built editor binaries.</p>
<span class="blog-card__read">Read &rarr;</span>
</a>
Before
After