Bombfuse / emerald

A 2D rust game engine focused on portability.
MIT License
558 stars 16 forks source link

DrawPolygon #165

Closed Bombfuse closed 1 year ago

Bombfuse commented 2 years ago

Adding a emd.graphics().draw_polygon() function will allow us to draw perfect representations of more complex physics colliders. Additionally exposing it to the user for their own needs.