faiface / pixel

A hand-crafted 2D game library in Go
MIT License
4.46k stars 246 forks source link

Drawing primitives #269

Closed quarterpound closed 3 years ago

quarterpound commented 3 years ago

Is there any other way to draw primitive shapes (rectangles, circles) aside from IMDraw? I couldn't find any other way in the documentation

dusk125 commented 3 years ago

Nope, IMDraw is the only supported method for drawing primitives.

dusk125 commented 3 years ago

@quarterpound Do you need anymore help with this?