Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevin-roark/look-at-pi
A little bit of javascript code to visualize irrational numbers.
https://github.com/kevin-roark/look-at-pi
Last synced: 27 days ago
JSON representation
A little bit of javascript code to visualize irrational numbers.
- Host: GitHub
- URL: https://github.com/kevin-roark/look-at-pi
- Owner: kevin-roark
- Created: 2013-05-10T17:00:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-22T00:35:01.000Z (almost 10 years ago)
- Last Synced: 2024-12-18T04:23:14.823Z (about 1 month ago)
- Language: CSS
- Size: 1.59 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
look-at-pi
==========A little web based bit of javascript code to visualize really long sequences of digits (~100,000) from some renowned irrational numbers.
It interprets the numbers 9 digits at a time, translating each 9 digit chunk into a color value. It flashes the colors and their corresponding digits in a rapid sequence. !!Future goals:
* maybe implement some music. That could be cool.
* have different modes of visualization; have a lot of different ideas for that, but I also enjoy the simplicity of the current version.
* anything you want to add? Feel free, I'll totally accept it.
* what happens when you reach the end?Shoutouts:
* Raphael.js: makes graphical stuff fun!
* FitText.js: makes my big text responsive and cool!
* Font Awesome: *cute* icons
* MathJax: makes math text in browser a real thing!