ra4king / CircuitSim

Basic Circuit Simulator
https://ra4king.github.io/CircuitSim
BSD 3-Clause "New" or "Revised" License
76 stars 28 forks source link

Moved certain repaint requests into stricter conditions #27

Closed cgokmen closed 6 years ago

cgokmen commented 6 years ago

Some are left with TODOs for future optimizations, some are optimized. Hopefully, all cases are covered. Significantly fewer repaints when not doing anything.

ra4king commented 6 years ago

Thanks! I resolved your TODOs and made it even stricter.