Skip to content
Simon Buchholz edited this page Dec 9, 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
  • lodash.js

Planning to use

  • Node.js - to set up a web server that serves the sketch files and handles cloud saving without the save dialog
  • ESLint - to build up and keep a good coding standard
  • Flow - to enable static type checking

Clone this wiki locally