I already build an ISA Emulator for the web, which has a quite complex logic and uses the kotlin-react wrapper for the ui. Besides the kotlin-react wrappers there is another kotlin-browser wrapper which includes some similar functionality (
kotlin-wrappers for js) like the kotlin stdlib.
The destination for the web app is to unify the logic used by the logic of the emulator and compile it to webassembly to make it more performant and make use of real coroutines. There for i need another ui. The ui can get quite complex to when we talk about pipeline emulation and so i instantly thought of doodle 😄.
Right now i'm slowely trying to switch from the react UI to doodle to make the project independent of js wrappers (react, emotion, ...). That would automatically solve my issue but in the mean time to get to know doodle i thought of integrating certain ui components in doodle before fully switching to webassembly. (I'm also a little confused is doodle running in wasm or js rn? :D)
Thanks for your time. Really appreciating that project :D