SecondHalfGames / yakui

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

Stop Using glam in Public API #58

Open LPGhatguy opened 2 years ago

LPGhatguy commented 2 years ago

The current public API for math primitives is glam. We should probably wrap it and support mint conversions to make the library friendlier to other consumers.