Expand description
Provides a glfw-based backend platform for imgui-rs. This crate is modeled after the winit version.
§Usage
- Initialize a
GlfwPlatform - Attach it to a glfw
Window - Optionally, enable platform clipboard integration
- Pass events to the platform (every frame)
- Call frame preparation (every frame)
- Call render preperation (every frame)
§Examples
The examples can be found on github.