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

https://github.com/HK-Transfield/csharp-digital-circuit-designer-app

A simple program for designing and testing digital circuits.
https://github.com/HK-Transfield/csharp-digital-circuit-designer-app

circuit csharp logic logic-gates visual-studio

Last synced: 11 months ago
JSON representation

A simple program for designing and testing digital circuits.

Awesome Lists containing this project

README

          

# Digital-circuit-designer
The main goal of this simple Digital Circuit Design program is to allow engineers to design and test simple digital circuits.
This was created for an assignment.

## Overview
This program allows the user to create various kinds of logic gates (AND/OR/NOT etc.), input sources and output
lamps.You can move them around the design windowm add wires to connect them together, and so on. Each logic gate
and wire is represented in the program by an object with methods like Draw, and properties like Left and Top.