.github/ISSUE_TEMPLATE | ||
.vscode | ||
docs | ||
src | ||
.gitignore | ||
.prettierrc.js | ||
babel.config.js | ||
LICENSE.md | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
webpack.config.js |
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