Home | History | Annotate | only in /xsrc/external/mit/MesaLib/dist/src/imgui
Up to higher level directory
NameDateSize
imconfig.h24-Sep-20195K
imgui.cpp24-Sep-2019455.8K
imgui.h24-Sep-2019200.4K
imgui_draw.cpp09-May-2022160.1K
imgui_internal.h24-Sep-201999.9K
imgui_memory_editor.h09-May-202234.5K
imgui_widgets.cpp24-Sep-2019303.4K
imstb_rectpack.h24-Sep-201919.7K
imstb_textedit.h24-Sep-201952.1K
imstb_truetype.h24-Sep-2019187.8K
LICENSE.txt24-Sep-20191.1K
meson.build09-May-2022271
README09-May-2022916

README

      1 Dear ImGui
      2 ==========
      3 
      4 This directory contains a copy of the Dear ImGui library
      5 (https://github.com/ocornut/imgui) at the following commit :
      6 
      7 commit f977871854af941289f2a9090dcc90f7aa3449a8
      8 Author: omar <omarcornut (a] gmail.com>
      9 Date:   Fri Feb 15 13:10:22 2019 +0100
     10 
     11     ImFont: Minor adjustment to the structure.
     12     Examples: Removed unused variable.
     13 
     14 There is also a copy of the memory editor
     15 (https://github.com/ocornut/imgui_club) at the following commit :
     16 
     17 commit e680ad8d6b9278367d0f71a698beb96b70762ed4
     18 Author: omar <omarcornut (a] gmail.com>
     19 Date:   Thu May 9 14:11:22 2019 +0200
     20 
     21     imgui_memory_editor: Silence compiler warning. (#13)
     22 
     23 Embedding the library into one's project is main way people seems to
     24 work with ImGui. Since this is just for a debugging tool, we're not
     25 exposing ourselves too much.
     26 
     27 Apart from tweaking the GLEW include path, there is no other
     28 modification to the files in this directory.
     29