From 3a429d84c0e38b4a33834400aa0213082b634d55 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Wed, 8 Jul 2020 23:15:20 +0930 Subject: Made gate updating work on separate thread, added 3 way NAND gate 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. --- examples/test_all_gates.xml | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) (limited to 'examples') diff --git a/examples/test_all_gates.xml b/examples/test_all_gates.xml index dc14c81..bbe1100 100644 --- a/examples/test_all_gates.xml +++ b/examples/test_all_gates.xml @@ -1,6 +1,6 @@ - + @@ -71,29 +71,28 @@ - - + - + - + - + - + - + - + @@ -101,7 +100,7 @@ - + @@ -110,4 +109,18 @@ + + + + + + + + + + + + + + -- cgit v1.2.3