A logic gate simulator written in typescript
Find a file
2019-06-03 19:35:47 +00:00
src 🆗 added stuff to the readme ☑️ 2019-06-03 19:35:47 +00:00
types 🚹 2019-05-27 21:07:48 +03:00
.gitignore 🌿 Added the false gate and a dummy sidebar 2019-06-02 18:59:35 +00:00
.nvmrc 😁 Added too much stuff to explain! 2019-05-27 16:35:34 +03:00
deploy.ts 🌉 fixed big bundle bug 🏂 2019-06-02 20:06:25 +00:00
LICENSE.md add license 2019-03-06 08:06:09 +00:00
package-lock.json 🏃 fixed build ignoring some js 2019-06-02 20:32:30 +00:00
package.json 🏃 fixed build ignoring some js 2019-06-02 20:32:30 +00:00
README.md 🆗 added stuff to the readme ☑️ 2019-06-03 19:35:47 +00:00
tsconfig.json 🌉 fixed big bundle bug 🏂 2019-06-02 20:06:25 +00:00
webpack.config.js 🏃 fixed build ignoring some js 2019-06-02 20:32:30 +00:00

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.