Skip to content
Simon Buchholz edited this page Dec 18, 2017 · 8 revisions

Welcome to the LogiJS wiki!

LogiJS is an open source logic circuit simulator that is currently under development. If you find any bugs or have an idea, please feel free to create a new issue.

Tech Stack

  • JavaScript
  • p5.js
  • JSHint - to ensure a good and uniform coding standard
  • Stickler CI - to automatically lint pull requests

Planning to use

  • Node.js - to set up a web server that serves the sketch files and handles cloud saving without the save dialog
  • Flow - to enable static type checking
Clone this wiki locally