A loose collection of visualizations/simulations for some algorithms and systems.
# SystemVisualizations A loose collection of visualizations/simulations for some algorithms and systems. ## Installation Check out via [Squot](https://github.com/hpi-swa/Squot). ## Matrix Multiplication Usage: ```smalltalk (MatrixMultiplicationMorph rows: 10 columns: 9 length: 8) openInHand. ``` Demo: https://user-images.githubusercontent.com/38782922/188873239-5f5ba39c-ed8f-45b6-98cb-589664101ece.mp4