Backend code to run egui using vulkano.
This crate has http and runner support by enabling winitrunner, runnerhttp , but you can use any io integration.
None
add new function that support recreating and initializing render area (v0.3.0)
target vulkano 0.22.0 (v0.3.0)
reduce crate size(v0.2.3)
reduce index and vertex buffer allocation (v0.1.0)
doesn't pass color test
We have created a simple example project to show you, how to use this crate.
shell
cargo run --example demo
|eguivulkanobackend|egui |vulkano |vulkano-shader | |-----|------|------|------| |0.0.1|0.10.0|0.20.0|0.20.0| |0.0.2|0.10.0|0.20.0|0.20.0| |0.0.3|0.10.0|0.21.0|0.21.0| |0.0.4|0.10.0|0.21.0|none| |0.0.5|0.10.0|0.21.0|none| |0.1.0|0.10.0|0.21.0|none| |0.2.0|0.10.0|0.21.0|none| |0.2.1|0.10.0|0.21.0|none| |0.2.2|0.10.0|0.21.0|none| |0.3.0|0.10.0|0.22.0|none|
eguivulkanobackend is distributed under the terms of both the MIT license, and the Apache License (Version 2.0). See LICENSE-APACHE, LICENSE-MIT.