Skip to content

Is it possible to hide/remove the ZX Simulator panel? #49

Answered by maziac
remy asked this question in Q&A
Discussion options

You must be logged in to vote

You want to use zsim but without the window (webview)?
Interesting.

It's unlikely that this will happen.
At the moment the zsim webview is only the display and the port input/output.
But while I implemented the audio output I found a major restriction in the design.
There is lot of communication required between the actual simulator code and the webview.
I.e. a lot of unnecessary traffic.
And furthermore it is extremely difficult to keep the both in sync. For audio this was really a pain.

The idea is now, for a future DeZog 3.0, to move all of the simulator code into the webview.
I.e. I would need that window to do the simulation.

The one thing you can do, if that helps a bit, is turning …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@remy
Comment options

Answer selected by remy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants