Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/22a/cardioid
:heartpulse: A multiplication table modulo 200 visualisation
https://github.com/22a/cardioid
cardioid modulo snapsvg svg
Last synced: 14 days ago
JSON representation
:heartpulse: A multiplication table modulo 200 visualisation
- Host: GitHub
- URL: https://github.com/22a/cardioid
- Owner: 22a
- Created: 2017-10-07T19:28:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-07T23:08:18.000Z (about 4 years ago)
- Last Synced: 2024-11-13T06:12:14.078Z (2 months ago)
- Topics: cardioid, modulo, snapsvg, svg
- Language: JavaScript
- Homepage: https://meehan.co/cardioid
- Size: 4.51 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cardioid
A times tables modulo 200 visualisation rendered using [Snap.svg](https://github.com/adobe-webplatform/Snap.svg). This algorithm produces some pretty cool patterns and, because it's all just vectors, each frame can be exported individually.
0.75 | 1.5 | 2
--- | --- | ---
![0.75](svgs/0.75.svg) | ![1.5](svgs/1.5.svg) | ![2](svgs/2.svg)3 | 51 | 99
--- | --- | ---
![3](svgs/3.svg) | ![51](svgs/51.svg) | ![99](svgs/99.svg)It plays [a song](https://soundcloud.com/maxencecyrin/where-is-my-mind-the-pixies) if you're not on mobile, because art.
It was inspired by [a youtube video](https://www.youtube.com/watch?v=qhbuKbxJsk8).