Skip to content

Commit abe70d9

Browse files
committed
Changed readme
1 parent 3253bbc commit abe70d9

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
This is a simple circuit simulator made in Java using the JavaFX framework.
33

44
# Download
5-
Available for Windows, Linux and MacOS.
5+
Available for Windows, Linux and MacOS and browser.
6+
## Web-version
7+
Try the web-version now at https://orangomango.itch.io/logicsimulator.
68

79
[![Screenshot_20230801-202809](https://github.com/OrangoMango/LogicSimulator/assets/61402409/6ad3fe71-0436-404d-b642-3cef2cb989af)](https://orangomango.itch.io/logicsimulator)
810

@@ -28,7 +30,7 @@ Available for Windows, Linux and MacOS.
2830
* Export circuit to a PNG image
2931

3032
# Keyboard usage help
31-
* Use `P` to toggle global power on/off
33+
* Use `P` to toggle global power on/off (You can also click on the green/red rectangle at the bottom)
3234
* Use `H` to show/hide the toolbar
3335
* Use `DELETE` to delete selected gates from the circuit
3436
* Use `Shift` + `DELETE` to delete the wires of the selected gates in the circuit
@@ -64,6 +66,13 @@ Available for Windows, Linux and MacOS.
6466
* to open the gate properties menu where you can change the label, remove a pin (if you clicked on a bus pin), and so on
6567
* to look inside a chip
6668

69+
# Web version changes
70+
* To load a file, upload it and then click the `Load` button
71+
* To load chips into your project (**dependencies**), upload them by using the second upload button. Once uploaded, you find them in the sidebar on the right.
72+
* Use the slider to scale the UI
73+
* Toggle the `Move` button to move around the scene or to move the gates in your project (instead of the right-click)
74+
* Some buttons in the toolbar are replacements for the keys `DELETE`, `R`, `SHIFT`, `CONTROL` and `ALT`
75+
6776
# Examples
6877
Individual project files are available in the `examples` directory.
6978
* [1 bit register](https://github.com/OrangoMango/LogicSimulator/raw/main/examples/1bitRegister.png)

0 commit comments

Comments
 (0)