An interactive Logic Gate Simulator built with C++ and raylib.
Place, connect, and simulate logic gates visually with a drag-and-drop interface.
- π± Drag-and-drop gate placement from a sidebar
- π Wire connections between gates with click-based selection
- π§ Real-time logic evaluation as you connect gates
- β‘ Supports AND, OR, NOT, NAND, NOR gates
- π€ Input/Output nodes for simulation
- π Easily delete gates and wires
- π¨ Clean, minimal UI with smooth interactions
- Install Visual Studio with the Desktop Development with C++ workload.
- Install raylib and configure it in Visual Studio (include directories, library directories, and linker input).
- Clone this repository