Crate imgui_glfw_support

Crate imgui_glfw_support 

Source
Expand description

Provides a glfw-based backend platform for imgui-rs. This crate is modeled after the winit version.

§Usage

  1. Initialize a GlfwPlatform
  2. Attach it to a glfw Window
  3. Optionally, enable platform clipboard integration
  4. Pass events to the platform (every frame)
  5. Call frame preparation (every frame)
  6. Call render preperation (every frame)

§Examples

The examples can be found on github.

Structs§

GlfwPlatform

Enums§

HiDpiMode