yakui icon indicating copy to clipboard operation
yakui copied to clipboard

Provide API for uploading images from regular code

Open LPGhatguy opened this issue 3 years ago • 0 comments

Currently, the sample code uploads all of its images upfront and then uses them later.

We should also support an API that lets code outside of widgets upload images, potentially paired with use_state. We could also build an API for doing something similar with yakui-wgpu for textures that will already be present on the GPU.

LPGhatguy avatar Mar 06 '23 06:03 LPGhatguy