summaryrefslogtreecommitdiff
path: root/icons/3NAND.xcf
AgeCommit message (Collapse)AuthorFilesLines
2020-07-08Made gate updating work on separate thread, added 3 way NAND gateDaniel Jones1-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.