Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.88 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.88 KB

SirKit

Build Status

SirKit (read as 'circuit'), is my attempt to construct a JS circuit simulator that has HTML5 animations to illustrate various data and information of the circuit. This idea surfaced when I was shown this video, which ultimately led me to the Paul Falstad's page that produced that animation. Soon after that, I found EveryCircuit... and DCAC Lab... and other online circuit sims.

Knowing that there are a handful of circuit sims (with animations), this project will still go on for a few reasons:

  1. None of the JS ones (or at least seems to be programmed with just JS) I've seen so far is open source. Found really cool ones (link to list), won't stop me from doing this anyway!
  2. It's an interesting challenge to take on. Hopefully this will be educational to others as well.
  3. Why not?

Tell me more...

Should you be interested in this ambitious journey, then you can check out the Problem and Solution page of this project where I update my findings while undertaking this project. If for some reason you'd like to get in touch, do feel free to drop me an email - sirkit.js@gmail.com. :)

Can I play with this yet?

Unfortunately, no. This is still in early stages of development. At the time of writing, I have only managed to get the program to tell if there's an open or close circuit, and not simulating anything yet. Visit again for more updates!