tree: 4549dc75cd7983a71888bc02e713cb60234a0e3a [path history] [tgz]
  1. BUILD.gn
  2. imgui.gni
  3. README.md
third_party/imgui/README.md

ImGui Library

This folder holds the GN build file for the ImGui library.

Setup Instructions

  1. Install ImGui

    pw package install imgui
    

Building

The build file requires the dir_pw_third_party_imgui be set. This can be done as so:

gn gen out --export-compile-commands --args="
  dir_pw_third_party_imgui=\"//environment/packages/imgui\"
"
ninja -C out