summaryrefslogtreecommitdiff
path: root/MainWindow.h
AgeCommit message (Collapse)AuthorFilesLines
2020-06-24functionality: added ability to delete links. click on the input of the link ↵Daniel Jones1-0/+8
you wish to delete and press the delete key.
2020-06-24logic: now recursively updates gates when a change is made by keeping track ↵Daniel Jones1-0/+1
of all connected gates
2020-06-24possibly fix logic bug and add options panelDaniel Jones1-0/+9
the option panel shows input types and output state. logic now updates when a new link is made
2020-06-23finished implementing all logic gatesDaniel Jones1-2/+17
2020-06-23first commit, basic logic worksDaniel Jones1-0/+119