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.
- Host: GitHub
- URL: https://github.com/HK-Transfield/csharp-digital-circuit-designer-app
- Owner: HK-Transfield
- Created: 2021-05-03T08:40:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-03T09:08:01.000Z (about 5 years ago)
- Last Synced: 2025-04-01T21:49:05.306Z (about 1 year ago)
- Topics: circuit, csharp, logic, logic-gates, visual-studio
- Language: C#
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.