Uploaded February 2023 | Updated September 2026, 2 weeks ago
Join the raylib newsletter:
raylibweekly.com
code:
github.com/jarreed0/speed-performances
left, not batching, just drawing and updating balls with a for loop
right, render batching, updating/rendering with for loop, rendering to a texture, then applying texture to screen
inspiration:
reddit.com/r/raylib/comments/10s131f/performance_penalty_for_rendering_to_texture
#gamedev #raylib #coding
Join the raylib newsletter:
raylibweekly.com
code:
github.com/jarreed0/speed-performances
left, not batching, just drawing and updating balls with a for loop
right, render batching, updating/rendering with for loop, rendering to a texture, then applying texture to screen
inspiration:
reddit.com/r/raylib/comments/10s131f/performance_penalty_for_rendering_to_texture
#gamedev #raylib #coding










