erratic-gate/README.md
2019-06-03 19:35:47 +00:00

1,010 B

logicGateSimulator2

a better version of my logic gate simulator

Check out the demo

To run locally clone this repo, and then run: npm install to install all dependenices.

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.