• Stars
    star
    259
  • Rank 157,669 (Top 4 %)
  • Language
    JavaScript
  • License
    Eclipse Public Li...
  • Created over 9 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

⚡ An interactive electronic circuit simulator

Circuit Simulator

Build Status David David

An electronic circuit simulator inspired by Paul Falstad's excellent circuit simulator.

Vision

A visual, fully interactive circuit simulator in your browser.

// TODO

  • Visible component values
  • Deletable components
  • Editable components values
  • Transient analysis
  • Capacitors
  • Inductors
  • Time-varying sources (e.g. sine wave voltage source)
  • Default circuit on startup
  • Multiple component selection
  • Oscilloscopes
  • Helpful error messaging (for voltage source loops etc.)
  • Non-linear analysis
  • Diodes, transistors & valves
  • Save, load and share circuits
  • AC analysis

Play

Want to play around?

git clone [email protected]:circuitsim/circuit-simulator.git
cd circuit-simulator
npm install
npm run dev

Open localhost:8080.