summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2020-06-25 20:55:05 +0930
committerDaniel Jones <admin@danieljon.es>2020-06-25 20:55:05 +0930
commit0e5fc38f0c22be4bf5d678de25a2156cad5ddbc4 (patch)
treec440e7fcc4a0160b30b6b6af3c45223d9136d872
parentea9570a43b954399b1a22694502ad26c2597f0fd (diff)
downloadfoxlogicgates-0e5fc38f0c22be4bf5d678de25a2156cad5ddbc4.tar.gz
foxlogicgates-0e5fc38f0c22be4bf5d678de25a2156cad5ddbc4.zip
changed readme
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 43ba7fd..ac5b09d 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@ Logic gate simulator in C++ using FOX.
![image](https://danieljon.es/media/foxlogicgates1.png)
+Video of program: https://danieljon.es/posts/media/post115_3.mp4
+
Click on an icon and left-click anywhere on the canvas to place that gate (or input/output).
Select a gate by left-clicking on it and press delete to delete that gate and its links.
@@ -12,6 +14,13 @@ Click on a gates input to highlight that particular link, press the delete key t
Right-click on an input to toggle it on and off.
+You can save to an XML file by clicking the save button and selecting a name.
+
+You can also load from an xML file by clicking load.
+
+Some example circuits are provided in the examples/ directory.
+
+
# build
You need the FOX toolkit installed. On arch install the 'fox' package.
```