SecondHalfGames / yakui

yakui is a declarative Rust UI library for games
Apache License 2.0
230 stars 21 forks source link

API for drawing shapes #96

Closed LPGhatguy closed 1 year ago

LPGhatguy commented 1 year ago

It'd be awesome to have an API for drawing a curves, lines, polygons, and whatnot in a declarative way. This would be really helpful for some of the UI we're working on in MS80.

LPGhatguy commented 1 year ago

You can use the new Canvas widget for this, which is functional but very rough.