Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Newton Fractal #14

Open
trebeljahr opened this issue Sep 29, 2022 · 0 comments
Open

Add Newton Fractal #14

trebeljahr opened this issue Sep 29, 2022 · 0 comments
Labels
new-fractal Add a new fractal to the garden.

Comments

@trebeljahr
Copy link
Owner

trebeljahr commented Sep 29, 2022

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.

@trebeljahr trebeljahr added enhancement new-fractal Add a new fractal to the garden. and removed enhancement labels Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-fractal Add a new fractal to the garden.
Projects
None yet
Development

No branches or pull requests

1 participant