A logic gate simulator written in typescript
Find a file
2019-07-15 14:45:52 +03:00
.vscode curves for wires & importing logic gates 2019-07-11 20:51:14 +03:00
docs curves for wires & importing logic gates 2019-07-11 20:51:14 +03:00
src before removing smooth shadows 2019-07-15 14:45:52 +03:00
.gitignore 🌿 Added the false gate and a dummy sidebar 2019-06-02 18:59:35 +00:00
.prettierrc.js curves for wires & importing logic gates 2019-07-11 20:51:14 +03:00
babel.config.js before removing smooth shadows 2019-07-15 14:45:52 +03:00
deploy.ts before removing smooth shadows 2019-07-15 14:45:52 +03:00
LICENSE.md add license 2019-03-06 08:06:09 +00:00
package-lock.json before removing smooth shadows 2019-07-15 14:45:52 +03:00
package.json before removing smooth shadows 2019-07-15 14:45:52 +03:00
README.md added docs to readme 2019-07-11 21:05:33 +03:00
tsconfig.json before removing smooth shadows 2019-07-15 14:45:52 +03:00
webpack.config.js before removing smooth shadows 2019-07-15 14:45:52 +03:00

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:

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.