GameEngineDesign-S24 / AstraEngine

0 stars 9 forks source link

Feature: DrawPoly #27

Closed jcollard closed 3 months ago

jcollard commented 4 months ago

The user should be able to draw a polygon to the screen. Propose extending ICanvas2D to include a DrawPoly method.

Take a look at AstraEngine.Canvas2D.Rectangle2D to get started.