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. --- icons/3NAND.xcf | Bin 0 -> 3918 bytes icons/NAND3_icon_data.gif | Bin 0 -> 245 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 icons/3NAND.xcf create mode 100644 icons/NAND3_icon_data.gif (limited to 'icons') diff --git a/icons/3NAND.xcf b/icons/3NAND.xcf new file mode 100644 index 0000000..889f16e Binary files /dev/null and b/icons/3NAND.xcf differ diff --git a/icons/NAND3_icon_data.gif b/icons/NAND3_icon_data.gif new file mode 100644 index 0000000..de7eea9 Binary files /dev/null and b/icons/NAND3_icon_data.gif differ -- cgit v1.2.3