purplesyringa / circuit

Circuit Simulator

Home Page:https://purplesyringa.github.io/circuit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

circuit

This is an old attempt at simulating circuits in real-time. There are buttons, LEDs, simple logic gates, and wires. Any logic gate designed from these elements can be isolated into a component. This can be used to implement a flip-flop and thus a register, or to get an ALU working. Unfortunately, this implementation simulates signal propagation thorugh each wire and logic gate once per tick in JavaScript, making it slow for anything significantly harder.

About

Circuit Simulator

https://purplesyringa.github.io/circuit/


Languages

Language:JavaScript 92.6%Language:CSS 4.9%Language:HTML 2.5%