Hi @zynthianers!
I’ve been working in a “web zynthian mockup” that is capable of replaying pre-captured zynthian sessions:
You can test it on-line:
https://zynthian.org/mockup/index.html?capture=Zynthian_V5_UI:_Basic_Concepts
and very soon it will be integrated in the webconf, so everybody could capture small tutorials and share with others.
For the curious, the zynthian-ui’s “capture_log” branch is the development branch that implements the session capture functionality. The subtitles must be added by hand, but this will change when the mockup player is integrated in the webconf.
Currently, only V5 mockup has been implemented, but creating a mockup for V4, V3, etc. will be really easy after creating this beauty!
Of course, i know what some of you are thinking right now…
- why not to embed the VNC display instead of replaying a video?
- why no to send the events in real time from the zynthian to the mockup using a websocket?
- why not to send button & knob events from the browser to the zynthian?
- etc.
All this will be implemented too … but not today!!
And of course, i hope somebody step forward for this task. I’m tired of web development and i would like to focus in the 64 bit migration.
Enjoy!!