Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukasjhan/vcb-projects
My personal VCB(virtual circuit board) project
https://github.com/lukasjhan/vcb-projects
Last synced: 12 days ago
JSON representation
My personal VCB(virtual circuit board) project
- Host: GitHub
- URL: https://github.com/lukasjhan/vcb-projects
- Owner: lukasjhan
- Created: 2023-07-02T08:11:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-02T08:16:34.000Z (over 1 year ago)
- Last Synced: 2024-10-24T08:52:26.573Z (2 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VCB-projects
My personal VCB(virtual circuit board) project## What is VCB(virtual circuit board)
It is a sandbox-only drawing-based logic simulator featuring an assembler and a powerful simulation engine. All of it designed to give you the freedom to build and experiment with logic circuits to your heart’s content.
Check this [link](https://store.steampowered.com/app/1885690/Virtual_Circuit_Board/) in Steam.
## Curcuits
* Multiplexer (MUX)
* Demultiplexer (DEMUX)
* Encoder
* Decoder
* Counter
* Register
* Adder
* Subtracter
* Multiplexer-Demultiplexer (MUX/DEMUX) Combo
* Comparator
* Shift Register
* Random Access Memory (RAM)
* Read-Only Memory (ROM)
* 7-Segment Display
* 7-Segment Decoder
* Shift Register Display Driver
* Counter Display Driver
* Arithmetic Logic Unit (ALU)