A simple 2D primitive shape drawing system for MonoGame.
ShapeBatch allows various 2D primitives, such as lines, boxes, circles and triangles, to be easily and efficiently drawn in MonoGame. Taking inspiration from MonoGame/XNA’s SpriteBatch system, ShapeBatch combines multiple commands into very few GPU draw calls.
For code and usage examples, see the GitHub repo.