.vscode | ||
docs | ||
src | ||
types | ||
.gitignore | ||
.prettierrc.js | ||
babel.config.js | ||
deploy.ts | ||
LICENSE.md | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
webpack.config.js |
logicGateSimulator2
a better version of my logic gate simulator
Check out the demo Or read the docs (work in progess)
To run locally clone this repo, and then run: npm install
to install all dependenices, npm run dev
to start the development server or npm run build
to bundle it.
This project wouldnt have been possible without the follownig libraries:
- typescript and sass
- lit-html , lit-rx and rxjs
- material components for the web
- webpack
- gh-pages
- eix-js
I used lit-html, lit-rx and rxjs mainly for the rendering, MCW for the styling, webpack for bundling, gh-pages for deploying and eix-js (a game engine me and a friend are working on) for input handling and common decorators.