All Projects → circuitsim → Circuit Simulator

circuitsim / Circuit Simulator

Licence: epl-1.0
An interactive electronic circuit simulator

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Circuit Simulator

Xod
XOD IDE
Stars: ✭ 639 (+241.71%)
Mutual labels:  electronics
List of robot electronics
A curated list of awesome open source electronic resources for robotics
Stars: ✭ 106 (-43.32%)
Mutual labels:  electronics
Circuitdiagram
A user-friendly program for making electronic circuit diagrams.
Stars: ✭ 158 (-15.51%)
Mutual labels:  electronics
Halloweenfire
🎃 Arduino sketch for multiple neopixels to create spooky 'fire' effect
Stars: ✭ 24 (-87.17%)
Mutual labels:  electronics
Librepcb
A powerful, innovative and intuitive EDA tool for everyone!
Stars: ✭ 1,173 (+527.27%)
Mutual labels:  electronics
Icemu
Emulate Integrated Circuits at the logic level
Stars: ✭ 113 (-39.57%)
Mutual labels:  electronics
Tracespace
⚡️generate beautiful and accurate SVG renders of printed circuit boards
Stars: ✭ 548 (+193.05%)
Mutual labels:  electronics
Gerbolyze
Render high-resolution bitmap images to PCB gerber files
Stars: ✭ 169 (-9.63%)
Mutual labels:  electronics
Pcbdl
PCB Design Language: A programming way to design schematics.
Stars: ✭ 84 (-55.08%)
Mutual labels:  electronics
Piscope
Turn your Raspberry Pi into an Oscilloscope/XY Plotter with Python
Stars: ✭ 155 (-17.11%)
Mutual labels:  electronics
Altium Library
Open source Altium Database Library with over 147,000 high quality components and full 3d models.
Stars: ✭ 875 (+367.91%)
Mutual labels:  electronics
Morpheus Stm32
A small 3D printer controller board for use with a "blue pill" STM32F1 generic board. Inspired on http://reprap.org/wiki/SinapTec
Stars: ✭ 49 (-73.8%)
Mutual labels:  electronics
Goldfish
A small, thin, USB-C, Pro Micro compatible microcontroller
Stars: ✭ 120 (-35.83%)
Mutual labels:  electronics
Makair
🫁 The world's first open-source ventilator tested on human patients. Mass-producible at a low cost (~2000€).
Stars: ✭ 706 (+277.54%)
Mutual labels:  electronics
Tinypc
A miniature gaming PC / laptop
Stars: ✭ 160 (-14.44%)
Mutual labels:  electronics
Skidl
SKiDL is a module that extends Python with the ability to design electronic circuits.
Stars: ✭ 614 (+228.34%)
Mutual labels:  electronics
Espway
Segway-like robot implemented on ESP8266
Stars: ✭ 109 (-41.71%)
Mutual labels:  electronics
Kitspace
A place to share electronics projects
Stars: ✭ 182 (-2.67%)
Mutual labels:  electronics
Oregano
Schematic capture and circuit simulator
Stars: ✭ 163 (-12.83%)
Mutual labels:  electronics
Reflowduino
Arduino-compatible wireless reflow oven controller ecosystem of open-source hardware
Stars: ✭ 154 (-17.65%)
Mutual labels:  electronics

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

  • [x] Visible component values
  • [x] Deletable components
  • [x] Editable components values
  • [x] Transient analysis
  • [x] Capacitors
  • [x] Inductors
  • [x] Time-varying sources (e.g. sine wave voltage source)
  • [x] 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].