mesa/src/imgui
Eric Engestrom 93d900ece3 imgui: delete demo file
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
2019-05-21 14:40:22 +01:00
..
LICENSE.txt
README imgui: update memory editor 2019-02-26 12:49:07 +00:00
imconfig.h imgui: make sure our copy of imgui doesn't clash with others in the same process 2019-02-21 18:06:05 +00:00
imgui.cpp
imgui.h
imgui_draw.cpp imgui: fix undefined behaviour bitshift. 2019-05-17 12:33:09 +10:00
imgui_internal.h
imgui_memory_editor.h imgui: update memory editor 2019-02-26 12:49:07 +00:00
imgui_widgets.cpp
imstb_rectpack.h
imstb_textedit.h
imstb_truetype.h
meson.build imgui: delete demo file 2019-05-21 14:40:22 +01:00

README

Dear ImGui
==========

This directory contains a copy of the Dear ImGui library
(https://github.com/ocornut/imgui) at the following commit :

commit f977871854af941289f2a9090dcc90f7aa3449a8
Author: omar <omarcornut@gmail.com>
Date:   Fri Feb 15 13:10:22 2019 +0100

    ImFont: Minor adjustment to the structure.
    Examples: Removed unused variable.

There is also a copy of the memory editor
(https://github.com/ocornut/imgui_club) at the following commit :

commit 378e32ac92aa120512ee1aeb90522c9214e9b694
Author: omar <omarcornut@gmail.com>
Date:   Wed Oct 10 15:20:32 2018 +0200

    Comments (#9)

Embedding the library into one's project is main way people seems to
work with ImGui. Since this is just for a debugging tool, we're not
exposing ourselves too much.

Apart from tweaking the GLEW include path, there is no other
modification to the files in this directory.