JHay0112 / lcadide

Experimental web interface for lcapy using Pyodide.
0 stars 1 forks source link

Ability to zoom in and out #10

Open captvansciencypants opened 1 year ago

captvansciencypants commented 1 year ago

Zooming by scrolling would be a nice feature

JHay0112 commented 1 year ago

Will likely begin looking into this after introducing some of the major components for editing and analysing circuits. The current implementation does support dynamically resizing the schematic so this will largely depend on what ability to intercept "zoom" events are available.

JHay0112 commented 1 year ago

I would like to add to this the ability to pan around the circuit, i.e. place it wherever feels suitable. This should go hand in hand with the zoom functionality so it makes sense to be developed at the same time.