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.
- Host: GitHub
- URL: https://github.com/linqlover/systemvisualizations
- Owner: LinqLover
- License: mit
- Created: 2022-09-07T11:31:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T12:00:29.000Z (over 3 years ago)
- Last Synced: 2025-04-05T15:27:10.002Z (11 months ago)
- Topics: matrix-multiplication, smalltalk, squeak, visualization
- Language: Smalltalk
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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