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

[FR] Selection previews & modifications #234

Open
3 of 5 tasks
inxomnyaa opened this issue Sep 21, 2021 · 1 comment
Open
3 of 5 tasks

[FR] Selection previews & modifications #234

inxomnyaa opened this issue Sep 21, 2021 · 1 comment
Assignees
Labels

Comments

@inxomnyaa
Copy link
Owner

inxomnyaa commented Sep 21, 2021

Similar to https://www.youtube.com/watch?v=zHZLvJgpRag&t=178s and https://github.com/Brennian/Arceon/wiki/Asset-Placer, it would be nice to implement previews when placing assets (this includes clipboards).

Additionally selection/placing position modification (resizing, rotation) would be a lit feature. This could be done in two ways:

  • Control point selection & moving it around (like BlingEdit)
  • Scroll wheel to move a face into the facing direction like seen in Litematica

The visualization for mods that do this (or BlingEdit) often includes structure block alike bounding box outlines/frames & grabbing points along the edges, in the corners and the middle of a face.

Assets should also have an automatic rotation mode like in Arceon

Experiments to implement these features have already been done:

  • Outlines: the structure block branch / the asset branch. libstructure is currently in a state where it focuses on data format / vanilla implementation. For this feature to actually work, these things must be done:
    • Spawn the structure block & blockentity either at the corner of the selection or outside the FOV
    • Implement an easier way to quickly update the bounding box
    • If the tile gets out of render distance, respawn it somewhere else
  • Previews of structures: Tweet Minecarts Falling Blocks. These actually performed really well. Falling blocks would be the best performing one. Sadly, one shows the block without meta values (always meta 0), and the other always shows the hand model. Due to this, both options do not show the actual blockstate.

Related issues and pull requests
#225 #221 #187 #21

@inxomnyaa inxomnyaa added the Feature Request Request a feature label Sep 21, 2021
@inxomnyaa inxomnyaa self-assigned this Sep 21, 2021
@inxomnyaa
Copy link
Owner Author

Outlines are done!
YouTube Video Showcase
Tweet (@xenialdan)

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

No branches or pull requests

1 participant