ArjunNair / egui_sdl2_gl

Egui backend for SDL2 + OpenGL
MIT License
52 stars 35 forks source link

Do you have any plans to support SDL2 and Vulkan? #34

Closed iddm closed 7 months ago

iddm commented 11 months ago

Hi! I was wondering if you were going to also add Vulkan support later. Preferably, using the ash crate.

ArjunNair commented 7 months ago

Apologies for the late reply. No, I don't have plans to support Vulkan. There is a reason why gl is in the name of this project. :) You may want to check out this project if you wish to plugin a renderer other than gl.