A logic gate simulator written in typescript
Find a file
Sandu Victor 3335e0fa77
Update README.md
Vyctor661 :p
2019-08-05 18:53:07 +03:00
.github/ISSUE_TEMPLATE Added issue templates 2019-07-12 12:21:27 +03:00
.vscode gate props and fixed the pins not beenig set to false bug 2019-07-29 22:51:17 +03:00
docs fixed grammar mistakes 2019-08-02 14:39:45 +03:00
src removed random console.log 2019-08-04 10:42:07 +03:00
.gitignore Added helpers for getting the state of things 2019-07-17 15:27:05 +03:00
.prettierrc.js added incrementor 2019-08-04 02:45:00 +03:00
babel.config.js before removing smooth shadows 2019-07-15 14:45:52 +03:00
LICENSE.md add license 2019-03-06 08:06:09 +00:00
package-lock.json the base logicGates page 2019-07-28 12:16:49 +03:00
package.json the base logicGates page 2019-07-28 12:16:49 +03:00
README.md Update README.md 2019-08-05 18:53:07 +03:00
tsconfig.json loading 2019-07-23 22:53:59 +03:00
webpack.config.js the base logicGates page 2019-07-28 12:16:49 +03:00

Logic gate simulator

This is a logic gate simulator made for infoeducatie 2019.

Getting started

Check out the demo Or read the docs

I've also made a trello board .

Credits

Many thanks to:

  1. Canana for the logo!
  2. Player_0_1#2955 for all the testing and ideas
  3. BlueGhost, Vyctor661, Mao for all the design reviews

Features

  • Simple & intuitive UI
  • Multiple simulations support
  • Integrated circuits
  • Multiple bits per pin
  • Multiple language support: Romanian, English, Dutch, Turkish, Chinese & more in the future

Playing with the source

To run locally clone this repo, and then install all dependencies by rrunning:

npm install

Start the development server by running:

npm run dev

Or bundle the source with:

npm run build

Assets & code wich i didn't make myself:

You can read a full list with what i don't own here