GithubHelp home page GithubHelp logo

logicsim3's Introduction

LogicSim3

Introduction

LogicSim is a simulation tool for digital circuits. It has been programmed until 2009 by Andreas Tetzl until version 2.4 and this version is hosted on http://www.tetzl.de/java_logic_simulator_de.html. In 2020 LogicSim has been reprogrammed by Peter Gabriel ([email protected]) to enhance the program and get rid of old techniques (e.g. applets).

The code is nearly entirely new - a object hierarchy has been designed to make the program more expandable.

The old program used the serialization technique to persist circuits. This has been replaced by a XML-format to describe circuits and modules. Unfortunately old files written with LogicSim2 cannot be used with LogicSim3.

Starting LogicSim

If you just want to start LogicSim3:

  1. download the current binary distribution (ZIP) from the github-releases-folder.
  2. unzip the file
  3. double-click LogicSim.jar
  4. If this fails, use the bat-file on Windows or start the jar via terminal or console: (go to the folder first) javaw.exe -jar LogicSim.jar

Develop and Contribute

  1. checkout the project
  2. setup your IDE so that "src" will be recognized as source-folder
  3. start App.java in logicsim-package
  4. build your distro via ant-file build.xml
  5. if you fix something, contact me so that we can set you up as contributor

Create the jar file / the distro

create the jar and complete distribution file via ant-build. In the ant file the manifest will be added which is necessary for any jar.

Manual

There is only very sparse documentation about this project - and only in German! Please experiment with the functions. The manual is in the manual-subfolder in the project and will be revised soon.

Issues

For issue tracking, there is a tracking system on github. It would be nice if you report a bug. An email to the author is also ok.

logicsim3's People

Contributors

chocolatepatty avatar codepiet avatar tanguygab avatar

Watchers

 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.