bevy_pixel_buffer
bevy_pixel_buffer copied to clipboard
A library to draw pixels in bevy
I don't follow `bevy` development anymore, and every update either I don't notice or takes me a while to understand what's changed. So, if anyone is interested in updating things...
I used the library to draw multiple video frames with egui, it works fine, but the speed is not fast enough. I wonder if I can get the texture from...
 Maybe something with resize and or texture size? It happens in in (at least some) AMD GPUs
Do you have an example using mouse coordinates to draw pixels? I am having issues mapping bevy cursor to position within the image
Awesome library! I was searching for ways to integrated the pixels library into bevy https://github.com/parasyte/pixels Was curious how this compared to pixels. This library seems to do the same thing...
I've taken a crack at updating to v0.15. My rendering knowledge is pretty lacking so this might need some tweaks. At worst, even if this doesn't end up getting merged...
Should be merged after #22.