How to Use
1.Pick a gate from the left panel, then click the canvas to place it.
2.Wire mode: click an output pin (right side), then an input pin (left side).
3.Toggle inputs by clicking them in Select mode.
4.Click any gate to see its Boolean expression and truth table on the right.
5.Delete by selecting and pressing Del.
Gate Logic Reference
ANDY = A · B
ORY = A + B
NOTY = Ā
NANDY = ¬(A·B)
NORY = ¬(A+B)
XORY = A ⊕ B
XNORY = ¬(A⊕B)