5 releases (3 breaking)
0.4.1 | Nov 5, 2020 |
---|---|
0.4.0 | Oct 10, 2020 |
0.3.0 | Aug 11, 2020 |
0.2.0 | Jun 26, 2020 |
0.1.0 | Mar 6, 2020 |
#733 in Graphics APIs
21KB
184 lines
imgui-glfw-support
GLFW support for imgui-rs.
Example
See the examples folder.
lib.rs
:
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.
Dependencies
~16MB
~297K SLoC