-
-
Notifications
You must be signed in to change notification settings - Fork 502
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
Aperiodic tile generator node #2078
Comments
It would perhaps be useful to define the intended functionality of your proposed node @Keavon. What inputs does it have and what are the domains of these inputs? What algorithm(s) are used? |
Initially it wouldn't need any inputs and would just generate one of those aperiodic monotiles as sort of a tech demo. The output would be a bunch of resolution-aware vector paths. The algorithm, and other goodies that could be included after an initial implementation, can be determined at that time once we've had a chance to play around with the base implementation. |
Hi @Keavon, I am interested to pick it up. Could you please assign it to me. |
Nice, go for it @shamb0! I'll assign the issue once you open a PR that has significant progress. |
https://en.wikipedia.org/wiki/Aperiodic_tiling
https://en.wikipedia.org/wiki/Einstein_problem
It'd be a cool demonstration of the boundlessness of the adaptive resolution system.
The text was updated successfully, but these errors were encountered: