Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GGBRW/BOOLR
A digital logic simulator
https://github.com/GGBRW/BOOLR
digital logic logic-gates simulation simulator
Last synced: 3 months ago
JSON representation
A digital logic simulator
- Host: GitHub
- URL: https://github.com/GGBRW/BOOLR
- Owner: GGBRW
- License: other
- Created: 2016-08-21T21:38:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-03T20:48:09.000Z (over 2 years ago)
- Last Synced: 2024-05-06T16:13:32.204Z (6 months ago)
- Topics: digital, logic, logic-gates, simulation, simulator
- Language: JavaScript
- Homepage: http://boolr.me
- Size: 56.8 MB
- Stars: 607
- Watchers: 18
- Forks: 67
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BOOLR
A digital logic simulator
Download BOOLR: http://boolr.me#### Running in development
Either npm or yarn can be used to fetch Electron as dependency and run scripts.
```bash
# Fetch dependencies
npm install# Run in development
npm start
```