Git Product home page Git Product logo

logic-circuit-simulator's Introduction

Logic-Circuit-Simulator

Simple logic circuit design simulator based on OOP in C++. Different gates, LEDs, keys, and wires are used to design your circuit. Just draw Your circuit and run to see the output :)

This project aims mainly to cover topics of OOP such as classes, inheritance, and polymorphism,... Components of design: Gates: ❑ Buffer gate and inverter gate ❑ 2-input AND, OR, NAND, NOR, XOR, XNOR gates ❑ 3-input AND, NOR, XOR Led Switch

Modes of operation: Design mode - Simulation mode

Design mode Features:

  1. Delete components
  2. label components
  3. copy/cut components
  4. save the current circuit in a .txt file
  5. load previously saved circuits from the .txt
  6. Edit connection between components

Simulation mode: Run the circuit designed above to see the output on the LEDs.


The main loop of the program is in main.cpp

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.