8db9996d7b
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> |
||
---|---|---|
.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.
Getting started
Check out the demo Or read the docs
I've also made a trello board .
Credits
Many thanks to:
- Canana for the logo!
- Player_0_1#2955 for all the testing and ideas
- 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