egui_vulkano_backend 0.0.4

Backend code to use egui with vulkano.
Documentation

egui_vulkano_backend

Latest version Documentation MIT Apache

Backend code to run egui using vulkano.

this crate rendering only you need I/O egui integration e.g. egui_winit_platform

known bug

  • When change tab in sample at debug build cause crash caused from vulkano debug assert so please build in release.

Update

  • remove vulkano_shader dependency extremely faster build time

Fixed

Example

We have created a simple example project to show you, how to use this crate.

License

egui_vulkano_backend is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE, LICENSE-MIT.

Credits

* egui_wgpu_backend developpers
* egui_wgpu_platform developpers