GameEngineDesign-S24 / AstraEngine

0 stars 9 forks source link

Feature Request: Rectangle2D #4

Closed DragonGirl5 closed 3 months ago

DragonGirl5 commented 4 months ago

The user should be able to render rectangles to the screen. Propose extending ICanvas.

jcollard commented 4 months ago

Nice! We currently have a very simple: ICanvas2D.DrawRectangle method. But, some additional methods for doing something more interesting might be a good idea.