Demo of a new GUI + 2D drawing crate

"Oh no, not another one."

I've made a standalone demo of the GUI library that I've built for A/B Street. I think the library has enough properties that set it apart from existing crates that it might be useful to the Rust community. The API needs lots of cleanup before a 0.1 release, but I'll only put in the effort if some folks have use cases for it.

Some I'm here to gauge interest. Tell me what cool thing you'd build with this and why the other existing crates don't work for you.

Some highlights:

  • Runs on native or web, modulo text support a few months away
  • Fully vectorized text (usvg -> lyon -> triangulated polygons)
  • All features

Thanks!

-Dustin

6 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.