Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-08 | Made gate updating work on separate thread, added 3 way NAND gate | Daniel Jones | 1 | -10/+23 | |
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-07-03 | added 4-bit ripple carry adder circuit example | Daniel Jones | 1 | -0/+121 | |
2020-07-03 | examples: convert all examples to support new loading system | Daniel Jones | 3 | -88/+127 | |
2020-06-25 | added full adder XML example | Daniel Jones | 1 | -0/+36 | |
2020-06-25 | added example XML files for some gate tests | Daniel Jones | 2 | -0/+96 | |