Backend code to run egui using vulkano.
this crate rendering only you need I/O egui integration e.g. eguiwinitplatform
bit complex example
shell
cargo run --example off_screen
We have created a simple example project to show you, how to use this crate.
shell
cargo run --example demo
None
removed egui runner
target egui 0.12.0 + vulkano 0.23
api breaking change
target vulkano 0.22.0
remove bytemuck dependency
remove bug screenshot
rename api
remove uniform buffer
reduce uniform buffer and descriptor set allocation (v0.1.0)
remove vulkano_shader dependency extremely faster build time
skip render glitch mesh (index or vertices empty)
doesn't pass color test
|eguivulkanobackend|egui |vulkano |vulkano-shader(dependency) |vulkano-win(if use runner)| |-----|------|------|------|---| |0.0.1|0.10.0|0.20.0|0.20.0|not support| |0.0.2|0.10.0|0.20.0|0.20.0|not support| |0.0.3|0.10.0|0.21.0|0.21.0|not support| |0.0.4|0.10.0|0.21.0|none|not support| |0.0.5|0.10.0|0.21.0|none|not support| |0.1.0|0.10.0|0.21.0|none|not support| |0.2.0|0.10.0|0.21.0|none|not support| |0.2.1|0.10.0|0.21.0|none|not support| |0.2.2|0.10.0|0.21.0|none|not support| |0.3.0|0.10.0|0.22.0|none|0.22.0| |0.4.0|0.12.0|0.23.0|none|0.23.0| |0.4.1|0.12.0|0.23.0|none|removed|
eguivulkanobackend is distributed under the terms of both the MIT license, and the Apache License (Version 2.0). See LICENSE-APACHE, LICENSE-MIT.