tree: 0a35a01308fb51276415c2b64fd0202483d237aa [path history] [tgz]
  1. BUILD.gn
  2. display.cc
  3. glfw.gni
  4. imgui.gni
  5. README.md
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