| ▲ | jauntywundrkind a day 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. | ||||||||
| ▲ | autodidacc a day ago | parent | next [-] | |||||||
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 | ||||||||
| ▲ | tracker1 a day ago | parent | prev | next [-] | |||||||
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. | ||||||||
| ||||||||
| ▲ | autodidacc a day ago | parent | prev [-] | |||||||
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! | ||||||||
| ||||||||