A logic gate simulator written in typescript
Find a file
2019-07-31 20:11:46 +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 updated docs 2019-07-26 14:16:08 +03:00
src increased gap 2019-07-31 20:11:46 +03:00
.gitignore Added helpers for getting the state of things 2019-07-17 15:27:05 +03:00
.prettierrc.js curves for wires & importing logic gates 2019-07-11 20:51:14 +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 fixed demo url 2019-07-26 01:36:48 +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.

Many thanks to Canana for the logo!

Getting started

Check out the demo Or read the docs (work in progess)

I've also made a trello board and a discord-serber

// TODO: make the server

Features

  • Simple & intuitive UI
  • Multiple simulations support
  • Integrated circuits
  • Multiple language support: Romanian, English, German, Dutch, Spanish & 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