Can someone make a lesson on JavaScript fractals. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

Can someone make a lesson on JavaScript fractals.

Fractals looks amazing and I want to learn them. So please can someone make a lesson upon fractals.

2nd Feb 2018, 5:07 AM
Harsh
Harsh - avatar
4 Answers
+ 8
@Jonathan Pizarra, I guess he meant that fractals are mathematical subject, and there are other ways to learn about it without concentrating focus on a single path, in this case JavaScript language, I doubt he was framing on the language : )
2nd Feb 2018, 9:48 AM
Ipang
+ 4
Fractals are not specific to JS, they are a mathematical thing. A JS-specific lesson would be foolish at best. That being said there are some fractal-based projects here on SoloLearn. https://www.sololearn.com/Discuss/1029778/?ref=app has a nice list including all that I recognize + some I didn't, and they're in web (JS) form.
2nd Feb 2018, 5:12 AM
Tom Shaver
Tom Shaver - avatar
+ 4
@Tom Shaver, since fractals are best represented visually, I think a JavaScript fractal lesson is not that foolish at all because of canvas advantage. There are lots of interesting fractal patterns that can be done in canvas. But your point about the concept of fractals is absolutely correct. And since we are talking about fractals, I will promote my own code: https://code.sololearn.com/Wpp3r2ld80h8/?ref=app
2nd Feb 2018, 7:57 AM
Jonathan Pizarra (JS Challenger)
Jonathan Pizarra (JS Challenger) - avatar
0
see my code to generate and zoom into mandelbrot set fractal, using html5 progress and worker, css, javascript and some math https://code.sololearn.com/WNvSp3Q9S5GD/?ref=app https://www.sololearn.com/discuss/1196672/?ref=app
7th Apr 2018, 6:19 PM
🇮🇷 M N