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

Path and Icon Texture Caching and Re-Usage #18

Open
AsherGlick opened this issue Aug 13, 2021 · 0 comments
Open

Path and Icon Texture Caching and Re-Usage #18

AsherGlick opened this issue Aug 13, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@AsherGlick
Copy link
Owner

Textures are not currently cached or re-used, instead they are loaded off of disk each time they are used in a path or an icon. There should be a live texture cache that a texture is pulled from instead of being duplicated.

The cache should be cleared whenever a new marker file is loaded.

@AsherGlick AsherGlick added enhancement New feature or request good first issue Good for newcomers labels Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant