-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
"easy to use" texture manager #1791
Comments
I think the I don't see why There is also the question of what to do with texture filtering. But by all means, create a draft! |
I already have a relatively fleshed out draft. I need to work out some details (and questions :D), and will then demonstrate the code using a small example I made. Here some things regarding your most recent message:
|
Sorry, I forgot to answer this! I think I'd love to see a draft PR with a texture manager than can be shared. One use case I'm interested in is having a Markdown viewer that can take a shared reference to a TextureManager which then can load images from URL:s, so that one can embed images in markdown using |
A detailed design has emerged in: |
Discussed in #1513
Is your feature request related to a problem? Please describe.
There is currently no easy way to load textures without having to manually cache them.
Describe the solution you'd like
An easy interface to load textures. For example:
Proposed interface
@emilk Should I work on implementing the following interface, or would you like adjustments?
The text was updated successfully, but these errors were encountered: