imgui-rs/imgui-gfx-examples
Jack Mac 921a9d4ef0 noted that the gfx backends are deprecated.
They'll be removed from this repo after publishing 0.8.0
2021-09-17 12:42:59 -04:00
..
2021-04-05 09:49:42 +02:00

imgui-gfx-examples

  • Run with OpenGL backend: cargo run --example gfx_hello_world
  • Run with DirectX backend: cargo run --example gfx_hello_world --features directx --no-default-features