hakolao / egui_winit_vulkano

Egui gui integration with winit and vulkano
Apache License 2.0
78 stars 36 forks source link

docs about Egui color space issues #55

Closed Firestar99 closed 8 months ago

Firestar99 commented 8 months ago

On the vulkano discord I recently gave an explanation on how Egui handles color space and how it does not align well with vulkan. So I thought may as well expand on it and add it to the readme, so that users understand why and how to deal with it correctly. docs: https://github.com/Firestar99/egui_winit_vulkano/blob/docs_color_space/README.md#the-correct-color-space discord discussion: https://discord.com/channels/937149253296476201/937157678797553724/1196013225783869490

hakolao commented 8 months ago

This looks good to me. Thanks @Firestar99