A logic gate simulator written in typescript
				
			
		| ![dependabot[bot]](/assets/img/avatar_default.png) 03eb819dc3 Bumps [postcss](https://github.com/postcss/postcss) from 7.0.17 to 7.0.36. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/7.0.17...7.0.36) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... 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