A simple logic gate simulator made with Godot Version 3.5.
Our goal is to create a simulator for logic gates that is both intuitive and easy to use, while also being incredibly fast, allowing you to design and test circuits at the speed of thought.
With our simulator, you can design complex logic circuits using a simple and intuitive hot-key interface. We've made sure to prioritize user experience, so you can focus on your designs without getting bogged down in confusing interfaces or clunky tools.
The Browser version can be used on https://aki78.itch.io/gdlogic , however, the save option currently might not work on the browser version.
You must be in normal mode in order to switch to different modes
- normal mode: esc, q or right_click
- wire mode: (draw wires) w
- switch mode: (add bit switches) b
- input mode: (change logic type) i
- help mode: (help screen) h
- gate mode: (add logic gate) l
- delete mode: (delete components) x, d or delete_key
- rotate mode: (rotate a gate) r
- save: ctrl+s
- go back to center: t
- save and quit: ZZ
- quit without saving: :q
- visual mode: (to select region) v
- Fully Programmable Gates
- Bundlable logic
- Better Graphics
- Saveable on browser version