Git Product home page Git Product logo

circuit-logic-simulator-1's Introduction

Circuit Logic Simulator

screenshot

Build Instructions

  1. Install dependencies

    • Qt base: qt5-base
    • QMake: qt5-tools
    • Compiler: g++ or clang, must support C++ 11 or later
    • Note that your distro's package names might vary. All provided package names are those used by Archlinux.
  2. Clone the repository and cd into it

    $git clone https://github.com/xypwn/circuit-logic-simulator.git

    $cd circuit-logic-simulator

  3. Create a build directory and cd into it

    $mkdir build

    $cd build

  4. Configure build using QMake

    $qmake ..

  5. Start build (replace 4 with the number of threads you have to speed it up)

    $make -j 4

  6. Run the executable

    There should now be an executable file called CircuitSimulator in your build folder. You can put it anywhere or run it with:

    $./CircuitSimulator

Notes

  • The software is currently under heavy development and therefore still crawling with bugs
  • The About and Tutorial menu item haven't yet been implemented
  • Although some icons are missing, you can hover over an item to see what it does

circuit-logic-simulator-1's People

Contributors

shujaatak avatar

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.