SecondHalfGames / yakui

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

Better feedback when no surface size is given to yakui #87

Open LPGhatguy opened 1 year ago

LPGhatguy commented 1 year ago

A couple users have used yakui with windowing systems other than winit and run into the default surface size being 1x1 yielding funny results. We should improve our feedback that yakui gives when the size never initialized.

I can think of a couple good options: