NyanCAD / Mosaic

A modern schematic entry and simulation program
https://nyancad.github.io/Mosaic/
Mozilla Public License 2.0
67 stars 5 forks source link

Simulation progress bar #84

Closed jellebakker96 closed 2 years ago

jellebakker96 commented 2 years ago

Maybe also show simulations before they are finished?

pepijndevos commented 2 years ago

It already streams data from the simulator, so the only part where you don't see progress is while it's loading the schematic into the simulator.

pepijndevos commented 2 years ago

I think error reporting can be improved in cases where there is a problem with connecting to the simulator, but since you already get streaming data as soon as the simulation has started, and can watch the simulator output in the terminal window at the bottom, I don't see any value in a progress meter.

jellebakker96 commented 2 years ago

Ah, ok

jellebakker96 commented 2 years ago

I think error reporting can be improved in cases where there is a problem with connecting to the simulator, but since you already get streaming data as soon as the simulation has started, and can watch the simulator output in the terminal window at the bottom, I don't see any value in a progress meter.

This was indeed the problem.