Using webassembly Qt on Documentation Site
Unsolved
Brainstorm
-
@nintyfan said in Using webassembly Qt on Documentation Site:
What about use webassembly to create interactive examples?
sorry your question isn't clear (at least to me), can you rephrase it in more detail?
-
Currently examples of widgets on Qt Documentation are static images. We could write application using (for example) QListView with example items, so user may scroll, select items, etc.
Also, I think someone could port GCC to webassembly (maybe port emscripten to emscripten?) to allow to write and test code (for example edit example code) . ;-)
-
Hi,
While it could be interesting to play with the examples live, it would make the documentation way heavier to build and store.