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

option to fill 1x1 spaces earlier #31

Open
bobderbobs opened this issue Feb 26, 2022 · 1 comment
Open

option to fill 1x1 spaces earlier #31

bobderbobs opened this issue Feb 26, 2022 · 1 comment
Labels
enhancement Additional functionality frontend Affects the client

Comments

@bobderbobs
Copy link

example: with the sequence of blocks 2x2, 1x1, 3x3 there is a gap above the 1x1 block created where only another 1x1 block can fit in. i think it would be nice to have the option that this would fill earier as it lowers also the chance that a 1x1 block needs to fall through another block.

@mononaut mononaut added enhancement Additional functionality frontend Affects the client labels Feb 26, 2022
@mononaut
Copy link
Collaborator

that's an interesting idea, thanks!

avoiding cases where blocks need to pass through each other would definitely make the visualization more satisfying.

It's probably a bit too obscure for a user-configured setting, but I'm open to tweaking the default layout algorithm if this approach looks better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Additional functionality frontend Affects the client
Projects
None yet
Development

No branches or pull requests

2 participants