Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomlin7/billyprints

billyprints is blueprints but with billy and without blue
https://github.com/tomlin7/billyprints

hacktoberfest logic-gates logic-simulation logisim

Last synced: 26 days ago
JSON representation

billyprints is blueprints but with billy and without blue

Awesome Lists containing this project

README

        

# billyprints
billyprints is a node based logic simulator inspired by the logisim project, made using dear imgui project. You can guess where the name idea came from.

## development
It's in a may-break state of development, currently all fundamental operations are available, all logic gates have been added. Future versions will look into making the simulator more explorable and feature rich, with improved performance.

## running
Clone this repo with its submodules (see following) and open it in visual studio
```bash
> git clone --recursive https://github.com/billyeatcookies/billyprints.git
```