Go to file
2021-02-21 14:26:16 -08:00
css Update to 0.2.0, dark theme, click linking, and properties 2021-02-21 01:51:21 -08:00
img First commit 2021-02-19 13:47:37 -08:00
js 0.2.2: Fixed input freakout bug, changed link lines to quadratics 2021-02-21 14:26:16 -08:00
.editorconfig First commit 2021-02-19 13:47:37 -08:00
.gitattributes First commit 2021-02-19 13:47:37 -08:00
.gitignore First commit 2021-02-19 13:47:37 -08:00
.htaccess First commit 2021-02-19 13:47:37 -08:00
404.html First commit 2021-02-19 13:47:37 -08:00
favicon.ico First commit 2021-02-19 13:47:37 -08:00
humans.txt First commit 2021-02-19 13:47:37 -08:00
icon.png First commit 2021-02-19 13:47:37 -08:00
index.html 0.2.1: Fixed input property constraints and added NOT gate 2021-02-21 02:21:27 -08:00
README.md 0.2.2: Fixed input freakout bug, changed link lines to quadratics 2021-02-21 14:26:16 -08:00
robots.txt First commit 2021-02-19 13:47:37 -08:00
tile-wide.png First commit 2021-02-19 13:47:37 -08:00
tile.png First commit 2021-02-19 13:47:37 -08:00

MatCat BrowserLogic

MatCat BrowserLogic https://www.logic.parts/ is a logic simulator written purely in HTML5 / Javascript using 2D Canvas.

Status

This simulator is in extremely early stages, it is not even Alpha at this point but early development. Outside contribution is welcome, please contact me in #LogicParts on Freenode IRC network.

License

To be decided, but at this moment this code is open source and free to use for non-commercial uses.

Changelog

0.2.2

  • Fixed freaking out inputs on some input values
  • Quadratic CURVES! Links now look MUCH nicer :)

0.2.1

  • Fixed input property constraints on elements
  • Added NOT gate

0.2.0

  • Switched to a dark theme
  • Added left hand toolbar
  • Linking can now be done by clicking on an output then an input
  • Added new element: Clock

0.1.0

Initial public release.