A vector art sketch of Robert Downey Jr. (Iron Man) created entirely with Python's Turtle graphics library. This project uses an object-oriented approach to draw the portrait based on a series of ...
Testing graphics code in CI environments is a pain. Your tests need a GraphicsDevice, but CI runners don't have displays attached. This project demonstrates how to actually test MonoGame graphics ...