legion-labs / legion

Legion monorepo, contains the legion engine, the tools, source control, build system etc...
https://book.legionengine.com
Other
16 stars 2 forks source link

[DO NOT MERGE] Editor GUI: Experiments with Yew #2101

Open kevin-legion opened 2 years ago

kevin-legion commented 2 years ago

Experimenting with https://yew.rs/

So far the experience is rather smooth, though some questions start arising when dealing with mutable states for instance.

I could implement a basic resource tree and some auth to make it work.

There is also a Sycamore feature (not on par with the yew version) to compare the two frameworks (must be changed in the Cargo.toml file manually if the app is ran using Trunk).