2021-02-19 16:47:37 -05: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
2021-02-23 04:54:42 -05:00
### 0.2.11
* Added Delay element
2021-02-23 03:46:04 -05:00
2021-02-23 04:54:42 -05:00
### 0.2.10
2021-02-23 03:46:04 -05:00
* New elements will now do overlap detection on placement
* Newly placed elements will now be selected
2021-02-23 01:33:59 -05:00
### 0.2.9
* Active linking is now drawn with quadratic curves
* Links can now be deleted by simply trying to link the same link again
* Added pulse element
* Clock element now shows countdown in ms to next state change
2021-02-22 23:22:37 -05:00
### 0.2.8
* New elements now spawn in the center
* Added button element
* Changed switch graphical look
2021-02-22 02:29:12 -05:00
### 0.2.7
* Added welcome screen window
2021-02-22 01:05:17 -05:00
### 0.2.6
* Added background grid
* Logic elements now have proper logic shapes
2021-02-21 21:06:52 -05:00
### 0.2.5
* Fixed clock sync issue when disabled
* Added recursive detection on logic to prevent runaway oscillations
* Fixed click alignment on single input elements
2021-02-21 19:09:51 -05:00
### 0.2.4
* Brought connections to foreground to make them more obvious in less then ideal layouts
* Resized logic elements and positions I/O better
* Logic elements will now grow or shrink in size based on I/O
* Made selection box transparent
2021-02-21 17:56:08 -05:00
### 0.2.3
* Fixed bug where timer isn't removed when clock is deleted
2021-02-21 17:26:16 -05:00
### 0.2.2
* Fixed freaking out inputs on some input values
* Quadratic CURVES! Links now look MUCH nicer :)
2021-02-21 05:21:27 -05:00
### 0.2.1
* Fixed input property constraints on elements
* Added NOT gate
2021-02-21 04:51:21 -05:00
### 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
2021-02-19 16:47:37 -05:00
### 0.1.0
Initial public release.