Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tomlin7/billyprints
- Owner: tomlin7
- Created: 2022-07-26T18:15:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T03:52:17.000Z (8 months ago)
- Last Synced: 2024-05-12T04:34:30.704Z (7 months ago)
- Topics: hacktoberfest, logic-gates, logic-simulation, logisim
- Language: C++
- Homepage:
- Size: 963 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```