GameEngineDesign-S24 / AstraEngine

0 stars 9 forks source link

Feature: DrawLine #26

Closed jcollard closed 5 months ago

jcollard commented 5 months ago

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

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