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

https://github.com/librity/ct_challenges

Coding Train - All coding challenges!
https://github.com/librity/ct_challenges

challenges codingtrain creative-coding javascript p5js processing

Last synced: 4 months ago
JSON representation

Coding Train - All coding challenges!

Awesome Lists containing this project

README

          

# coding_train_challenges

Coding Train - All coding challenges!

## Resources

### Javascript `Math`

- https://www.w3schools.com/jsref/jsref_sqrt.asp
- https://www.w3schools.com/jsref/jsref_max_value.asp

### p5.js

- https://p5js.org/examples/simulate-the-mandelbrot-set.html
- https://p5js.org/reference/#/p5/lerpColor
- https://p5js.org/reference/#/p5/saveCanvas
- https://p5js.org/reference/#/p5/fullscreen

### Math

- https://en.wikipedia.org/wiki/Addition
- https://en.wikipedia.org/wiki/Complex_number
- https://en.wikipedia.org/wiki/Mandelbrot_set
- https://en.wikipedia.org/wiki/Plotting_algorithms_for_the_Mandelbrot_set
- https://en.wikipedia.org/wiki/Julia_set