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: 10 months ago
JSON representation

A digital logic simulator

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
```