Logic Gate Simulator

Interactive simulation β€” adjust parameters and watch the visualization update in real time.

How it works

Build **combinational** logic on a breadboard-style canvas. **NOT** uses a single input (**inβ‚€**). The **OUT** LED shows the signal wired to it. Open inputs are treated as **floating** (undefined) until you connect them.

Key equations

NAND(a,b) = Β¬(a ∧ b) Β Β·Β  XOR(a,b) = a βŠ• b