An open API service indexing awesome lists of open source software.

https://github.com/linqlover/systemvisualizations

A loose collection of visualizations/simulations for some algorithms and systems.
https://github.com/linqlover/systemvisualizations

matrix-multiplication smalltalk squeak visualization

Last synced: about 1 month ago
JSON representation

A loose collection of visualizations/simulations for some algorithms and systems.

Awesome Lists containing this project

README

          

# 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