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

Add a texture widget? #104

Open
shBLOCK opened this issue Mar 6, 2021 · 1 comment
Open

Add a texture widget? #104

shBLOCK opened this issue Mar 6, 2021 · 1 comment

Comments

@shBLOCK
Copy link

shBLOCK commented Mar 6, 2021

Describe the solution you'd like
Add a texture widget for render a png file in the filesystem

Additional context
I know this will be difficult because of minecraft ResourseLocation system, but it will also be super cool!

@fan87
Copy link

fan87 commented May 5, 2022

Binding a raw byte array as texture isn't really that hard, and that's also how textures are loaded in Minecraft - it opens the stream, and load into a byte buffer, and add the texture, the hard part is you can't send that large amount of data with the packet system

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