fractal-garden
fractal-garden copied to clipboard
Add Newton Fractal
Description
Add implementation for the Newton Fractal. The best would be the generalized form, in WebGL to make it fast. Also nice would be to make it interactive so that the user can add or subtract "control" points from the fractal while rendering everything in real-time. Zooming in/out would be an added bonus to have.
Inspiration
Wikipedia - Newton Fractal 3Blue1Brown Video covering Newton Fractal in Depth
WebGL Demo:
Type
preferably WebGL, maybe recursive canvas
Difficulties
WebGL implementation of this might be difficult. Though there is a reference implementation linked in the inspiration section above, so it shouldn't be too hard.