2019-07-25 13:09:47 +02:00
|
|
|
# Logic gate simulator
|
2019-07-11 20:05:33 +02:00
|
|
|
|
2019-07-25 13:09:47 +02:00
|
|
|
This is a logic gate simulator made for infoeducatie 2019.
|
|
|
|
|
|
|
|
## Getting started
|
2019-06-03 21:35:47 +02:00
|
|
|
|
2024-03-04 17:54:06 +01:00
|
|
|
Check out the [demo](https://mateiadrielrafael.github.io/erratic-gate/)
|
|
|
|
Or read the [docs](./docs/main.md).
|
2019-08-01 20:57:05 +02:00
|
|
|
|
|
|
|
## Credits
|
2019-06-03 21:35:47 +02:00
|
|
|
|
2019-08-01 20:57:05 +02:00
|
|
|
Many thanks to:
|
2019-07-25 21:59:52 +02:00
|
|
|
|
2019-08-01 20:57:05 +02:00
|
|
|
1. [Canana](http://canana.xyz/) for the logo!
|
|
|
|
2. Player_0_1#2955 for all the testing and ideas
|
2019-08-05 17:53:07 +02:00
|
|
|
3. BlueGhost, Vyctor661, Mao for all the design reviews
|
2019-07-25 21:59:52 +02:00
|
|
|
|
2019-07-25 13:09:47 +02:00
|
|
|
## Features
|
|
|
|
|
|
|
|
- Simple & intuitive UI
|
|
|
|
- Multiple simulations support
|
2024-03-04 17:54:06 +01:00
|
|
|
- (Configurable) integrated circuits
|
2019-08-01 22:29:30 +02:00
|
|
|
- Multiple bits per pin
|
2019-08-03 23:55:22 +02:00
|
|
|
- Multiple language support: Romanian, English, Dutch, Turkish, Chinese & more in the future
|
2019-07-25 13:09:47 +02:00
|
|
|
|
|
|
|
## Playing with the source
|
|
|
|
|
2024-03-04 17:54:06 +01:00
|
|
|
This repo provides a nix flake for deployment.
|