summaryrefslogtreecommitdiff
path: root/icons
AgeCommit message (Collapse)AuthorFilesLines
2020-07-08Made gate updating work on separate thread, added 3 way NAND gateDaniel Jones2-0/+0
Becuase of a recursion and stack overflow problem when looping objects i've moved the object updating to a separate thread, and it no longer does recursion. I also added a 3 input NAND gate and paved the work to add more 3 input gates.
2020-06-30Functionality: begin implementing binary displayDaniel Jones2-0/+0
2020-06-23finished implementing all logic gatesDaniel Jones8-0/+0
2020-06-23first commit, basic logic worksDaniel Jones10-0/+0