https://github.com/chrisru/logik
🔗 Play with logic gates
https://github.com/chrisru/logik
logic-gates pwa typescript vite vue
Last synced: 12 months ago
JSON representation
🔗 Play with logic gates
- Host: GitHub
- URL: https://github.com/chrisru/logik
- Owner: ChrisRu
- License: apache-2.0
- Created: 2020-11-22T12:53:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T19:45:50.000Z (over 5 years ago)
- Last Synced: 2025-01-25T15:30:26.952Z (over 1 year ago)
- Topics: logic-gates, pwa, typescript, vite, vue
- Language: Vue
- Homepage: https://logik.netlify.com
- Size: 682 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Logik
Explore and play with logic gates in the web browser. Build anything from your simple custom NOR gate, to full fledged calculators.

## How to use
The app uses left and right click heavily. Use left click to move and drag new connections from the pins. Use right click to delete gates/chips and connections.
## Development
### Tech stack
The tech stack for this app is just Vue 3 with TypeScript and SCSS. The entire playground is based on SVG.
Vite is used as dev server.
### Running
To run this locally all you need is two commands
1. `yarn` (to install the dependencies)
1. `yarn dev` (to start the development server)