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

DIfferent distance metrics? #7

Open
drummyfish opened this issue Jun 1, 2018 · 1 comment
Open

DIfferent distance metrics? #7

drummyfish opened this issue Jun 1, 2018 · 1 comment

Comments

@drummyfish
Copy link

Hello,

this is an awesome project. I was just thinking what the results would look like if instead of Euclidean distance a different metric was used, such as Chebyshev or Manhattan. I've been once experimenting with procedural textures and changing metrics had interesting influence on the look. I think this project could also help make some nice textures if anyone was to put it to such use. Just some ideas for experimenting maybe :) Thank you for sharing your code.

@duckythescientist
Copy link
Owner

That's definitely an interesting idea. The distance equation in logistic2d would be the thing to change for that.

I've found SmoothLife to be really finicky about certain configuration parameters, so toying around with this may be a tad difficult unless you use a different implementation (maybe this one) that has a GUI for changing configs on the fly or unless someone adds more of a GUI to this. Don't let me discourage you, though. It's totally worth looking into.

I'm glad you like the project 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants