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

Custom escape functions #27

Open
Kneelawk opened this issue Dec 2, 2021 · 1 comment
Open

Custom escape functions #27

Kneelawk opened this issue Dec 2, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@Kneelawk
Copy link
Owner

Kneelawk commented Dec 2, 2021

Currently attracting-set escape detection is done via a hard-coded check to see if the complex number has left a specific radius. It would be nice if this radius could be adjusted and if the application could allow for other escape detection algorithms as well.

For example: the custom fractal function z = c - pi * cos(z) is periodic along the real axis and it would make sense to only consider the imaginary component of z when checking for escapes.

@Kneelawk Kneelawk added the enhancement New feature or request label Dec 2, 2021
@Kneelawk
Copy link
Owner Author

Kneelawk commented Dec 2, 2021

This relies on #11 being implemented first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant