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

feat: show visualiser #465

Open
sekwah41 opened this issue Nov 21, 2024 · 5 comments
Open

feat: show visualiser #465

sekwah41 opened this issue Nov 21, 2024 · 5 comments

Comments

@sekwah41
Copy link
Owner

Need to either switch back over to using stained glass for spigot, or take a look at how to more, reliably send the debug packets.

Maybe via protocol lib and just make the feature depend on it? Wouldnt be a bad shout

@rautamiekka
Copy link

rautamiekka commented Nov 21, 2024

See if https://github.com/MrMicky-FR/WorldEditSelectionVisualizer's code would be inspirational.

@sekwah41
Copy link
Owner Author

@rautamiekka they are using particles, which honestly is a really cool idea and may be good for older versions which don't support the feature I'm mentioning, though for this I'm specifically talking about

image

@sekwah41
Copy link
Owner Author

I think I'll take a look at a particle based visualiser at some point as a backup. Or might switch over to that solely if this is being a pain.

@sekwah41
Copy link
Owner Author

Actually, I am going to re-do this with particles; looking at the different versions, it looks like the way these debug packets are done varies too much between different versions of the game to reliably do nicely. I may re-visit it but its not worth the effort to have something that will likely break every few versions :(

@sekwah41
Copy link
Owner Author

What I'll do is add something like this back when I make the forge version as a client side optional mod.

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

No branches or pull requests

2 participants