7 pointsby autodidacc6 hours ago1 comment
  • jauntywundrkind2 hours ago
    Wait, what?! These examples run in the browser? This rust library is atop GPUI which is already well used for native apps, but outputs primarily / only (I'd guess only?) web apps? And they are real web apps, with html, unlike the Flutter abomination?

    This is sick. This is so rad, heck yes.

    • autodidaccan hour ago
      Yep! GPUI added WASM compilation targets in Feb!

      https://github.com/zed-industries/zed/pull/50228

      Someone also seems to have added mobile support too

      https://github.com/itsbalamurali/gpui-mobile

    • tracker12 hours ago
      You might also find Yew, Leptos an Dioxus interresting... they're web UI frameworks for browser applications written in rust... with some options for native(-like) application targets.
    • autodidaccan hour ago
      as for compiling to HTML, it unfortunately renders in a HTML <canvas>, which was how Flutter rendered in the web :( but I can only hope it compiles to that in the future!