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!
- Host: GitHub
- URL: https://github.com/librity/ct_challenges
- Owner: librity
- License: mit
- Created: 2021-04-14T01:10:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-27T20:34:56.000Z (over 3 years ago)
- Last Synced: 2025-02-25T17:46:15.688Z (12 months ago)
- Topics: challenges, codingtrain, creative-coding, javascript, p5js, processing
- Language: JavaScript
- Homepage: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
- Size: 2.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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