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

Move editor textures from RawTextures to proper image files #285

Open
adriengivry opened this issue Dec 8, 2023 · 0 comments
Open

Move editor textures from RawTextures to proper image files #285

adriengivry opened this issue Dec 8, 2023 · 0 comments
Labels
Cleanup Code cleanup Feature New feature to the engine QoL Quality of Life : Something that can improve users productivity

Comments

@adriengivry
Copy link
Owner

Problem this feature should fix
Currently the editor uses class RawTextures to store its texture data. This is a very hacky way to store and load texture from memory, and doesn't allow for a lot of flexibility. Updating an icon is currently extremely tedious, and this also bloats the source code.

Expected solution
We should convert back the raw textures into proper image files (PNG), and load them from the disk instead of loading them from memory.

@adriengivry adriengivry added QoL Quality of Life : Something that can improve users productivity Feature New feature to the engine Cleanup Code cleanup labels Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cleanup Code cleanup Feature New feature to the engine QoL Quality of Life : Something that can improve users productivity
Projects
None yet
Development

No branches or pull requests

1 participant