1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00
imgui/examples/example_xlib_opengl3
2024-01-24 14:17:51 +01:00
..
main.cpp Add Xlib backend for mouse/keyboard/clipboard handling, and one example 2024-01-24 14:17:51 +01:00
Makefile Add Xlib backend for mouse/keyboard/clipboard handling, and one example 2024-01-24 14:17:51 +01:00
README.md Add Xlib backend for mouse/keyboard/clipboard handling, and one example 2024-01-24 14:17:51 +01:00

How to Build

Linux and similar Unixes

Use our Makefile or directly:

c++ -I .. -I ../.. -I ../../backends
  main.cpp ../../backends/imgui_impl_xlib.cpp ../../backends/imgui_impl_opengl3.cpp ../../imgui*.cpp
   -lGL -lX11 -lXi -ldl