sharpie7 / circuitjs1

Electronic Circuit Simulator in the Browser
GNU General Public License v2.0
2.29k stars 633 forks source link

Feature- Parameter in Link for not Starting Simulation when Loaded #576

Closed TimFFischer closed 3 years ago

TimFFischer commented 3 years ago

Is it possible to implement a parameter in a link to the simulation, in order to load a stopped simulation. So, that one has ho actively push the "RUN/Stop" button to start the simulation?

I'm happily and extensively using cicuitjs in my online script - however the pages get a bit luggy, with a lot of simulation onto it.

pfalstad commented 3 years ago

You can use running=false.. see https://github.com/sharpie7/circuitjs1#embedding

TimFFischer commented 3 years ago

wow, great! Thanks.

I could have thought of this myself.. ;-)