Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhaeguard/visualizations
Cool visualizations made with JavaScript Canvas API
https://github.com/rhaeguard/visualizations
boids-simulation canvas2d cellular-automata falling-sand game-of-life julia-sets mandelbrot-fractal rule-110 sorting-visualization times-table ulam-spiral
Last synced: about 1 month ago
JSON representation
Cool visualizations made with JavaScript Canvas API
- Host: GitHub
- URL: https://github.com/rhaeguard/visualizations
- Owner: rhaeguard
- Created: 2022-08-20T08:25:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-20T03:00:21.000Z (8 months ago)
- Last Synced: 2024-04-20T06:28:36.115Z (8 months ago)
- Topics: boids-simulation, canvas2d, cellular-automata, falling-sand, game-of-life, julia-sets, mandelbrot-fractal, rule-110, sorting-visualization, times-table, ulam-spiral
- Language: JavaScript
- Homepage: https://rhaeguard.github.io/visualizations/
- Size: 25.4 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visualizations
In this repository, I simply put all the fun visualization projects I have done with the JavaScript Canvas API (mostly). Check out each project below to see the results, or alternatively try them online: https://rhaeguard.github.io/visualizations
## Table of contents
- [cellular automata](./cellular_automata/)
- [mandelbrot set](./mandelbrot/)
- [julia set](./julia_sets/)
- [times table](./times_table/)
- [diastic machine](./diastic_machine/)
- [sorting algorithms](./sorting_visualization/)
- [ulam spiral](./ulam_spiral/)
- [game of life](./game_of_life/)
- [image cropping](./image_crop/)
- [ray casting](./ray_casting/)
- [ray casting 3d](./ray_casting_3d/)
- [boids](./boids/)
- [ascii video](./ascii_video/)
- [binary visualization](./binary-visualization/)
- [multi-window canvas](./multi_window/)
- [falling sand](./falling_sand/)