tree: 52f5d91ff5b9b705f56767f967812932d63b9142 [path history] [tgz]
  1. public_overrides/
  2. BUILD.gn
  3. display.cc
  4. glfw.gni
  5. imgui.gni
  6. README.md
pw_graphics/pw_display_host_imgui/README.md

pw_display_host_imgui

Setup Instructions

  1. Install ImGui and glfw.

    pw package install imgui
    pw package install glfw
    
  2. Install host OS requiremets (only required for Linux) shown below.

ImGui Requirements

Linux

  • Debian / Ubuntu

    sudo apt install libglfw3-dev libglfw3
    
  • Arch Linux

    sudo pacman -S glfw-x11
    
  1. Compile with:
gn gen out --args="
dir_pw_third_party_imgui=\"$PWD/.environment/packages/imgui\"
"
ninja -C out host
./out/host_debug/obj/applications/terminal_display/bin/terminal_demo