mesecons_x/README.md

20 lines
773 B
Markdown
Raw Normal View History

2020-07-14 18:30:25 +02:00
mesecons_x by marek
Adds some new elements to Mesecons mod, to make it easier to build more complex circuits.
2020-07-14 18:49:24 +02:00
![picture](https://gitlab.com/deetmit/mesecons_x/-/raw/master/picture.png)
2020-07-14 18:48:42 +02:00
2020-07-14 18:30:25 +02:00
2020-07-14 19:09:45 +02:00
New elements:
2020-07-15 23:36:47 +02:00
- autowire tool (black), creates wires automatically (left click to select 'from', right click to select 'to')
- autodelete tool (red), removes wires automatically (left clik removes one block, right click removes entire wire)
- select tool (blue), selects region used by yellow tool
- automove tool (yellow), moves the circuits while keeping nodes connected (left mouse moves to the left, right mouse moves to the right selected region)
2020-07-14 19:09:45 +02:00
- 3input logic gates
- registers: latch and flipflop
2020-07-15 23:38:09 +02:00
TODO:
- support for multiple users
- add better visualisations and graphics