SecondHalfGames / yakui

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

Outline widget #193

Open johann2 opened 1 month ago

johann2 commented 1 month ago

Needed one myself and it seems like it could be useful for others as well. I guess the same could be achieved with the NineSlice widget, but for simple outlines, this is much more ergonomic and doesn't need any setup.

Also added an example that showcases all the functionality this widget has.