Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)