A logic gate simulator written in typescript
Find a file
dependabot[bot] 8db9996d7b
Bump loader-utils, html-webpack-plugin and webpack-cli
Bumps [loader-utils](https://github.com/webpack/loader-utils) to 1.4.2 and updates ancestor dependencies [loader-utils](https://github.com/webpack/loader-utils), [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together.


Updates `loader-utils` from 1.2.3 to 1.4.2
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.2.3...v1.4.2)

Updates `html-webpack-plugin` from 3.2.0 to 5.5.0
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases)
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v3.2.0...v5.5.0)

Updates `webpack-cli` from 3.3.6 to 3.3.12
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.6...v3.3.12)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
- dependency-name: html-webpack-plugin
  dependency-type: direct:development
- dependency-name: webpack-cli
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-18 05:38:20 +00:00
.github/ISSUE_TEMPLATE Added issue templates 2019-07-12 12:21:27 +03:00
.vscode feat: configurable ics:) 2020-04-13 23:39:00 +03:00
docs fixed grammar mistakes 2019-08-02 14:39:45 +03:00
src fix: now you can delete stuff with backspace as well 2020-04-15 17:58:04 +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 feat: configurable ics:) 2020-04-13 23:39:00 +03:00
LICENSE.md add license 2019-03-06 08:06:09 +00:00
package-lock.json Bump loader-utils, html-webpack-plugin and webpack-cli 2022-11-18 05:38:20 +00:00
package.json Bump loader-utils, html-webpack-plugin and webpack-cli 2022-11-18 05:38:20 +00:00
README.md Update README.md 2019-08-05 18:53:07 +03:00
tsconfig.json feat: configurable ics:) 2020-04-13 23:39:00 +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