home page
Welcome to my blog.
In one of my previous articles, I discussed the design and implementation of the batching system in my fork of SFML.
That system works well, but it requires users to manually create a batch, add drawables to it, and then draw the batch onto a render target. While effective, this manual approach begs the question:
Wouldn’t it be nice if drawables were automatically batched, whenever possible?