A logic gate simulator written in typescript
Find a file
Matei Adriel 5591cbbdce 🍦 tweaked css 👝
2019-06-05 01:43:21 +00:00
src 🍦 tweaked css 👝 2019-06-05 01:43:21 +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 🚉 automated update 👆 2019-06-05 00:20:18 +00:00
package.json 🚉 automated update 👆 2019-06-05 00:20:18 +00:00
README.md 😚 added more stuff the the readme 🌒 2019-06-03 19:37:08 +00:00
tsconfig.json 🍳 refactored some parts of the code and fixd the wire removing bug 📙 2019-06-04 13:04: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, 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.