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

#bs.block:fill_pattern: A function to fill an area with a pattern. #226

Open
SBtree-bit opened this issue Jun 18, 2024 · 0 comments
Open
Assignees

Comments

@SBtree-bit
Copy link
Contributor

Given input pattern, a 2d/3d array of a pattern represented by numbers, and blocks, a mapping of numbers to blocks, this function could fill the area with the pattern of blocks. It could automatically repeat/crop the pattern to fit in the area as well. This would be useful in conjunction with #220, "Random Noise Texture Generation," which I am currently working on. The noise function could output a 2d array then used in this function to fill an area of blocks with a randomly generated pattern.

@aksiome aksiome added this to the 2.2.0 milestone Sep 6, 2024
@aksiome aksiome self-assigned this Sep 6, 2024
@aksiome aksiome removed this from the 2.2.0 milestone Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ⏳ Todo
Development

No branches or pull requests

3 participants