xref: /aosp_15_r20/external/mesa3d/src/imgui/README (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1*61046927SAndroid Build Coastguard WorkerDear ImGui
2*61046927SAndroid Build Coastguard Worker==========
3*61046927SAndroid Build Coastguard Worker
4*61046927SAndroid Build Coastguard WorkerThis directory contains a copy of the Dear ImGui library
5*61046927SAndroid Build Coastguard Worker(https://github.com/ocornut/imgui) at the following commit :
6*61046927SAndroid Build Coastguard Worker
7*61046927SAndroid Build Coastguard Workercommit f977871854af941289f2a9090dcc90f7aa3449a8
8*61046927SAndroid Build Coastguard WorkerAuthor: omar <[email protected]>
9*61046927SAndroid Build Coastguard WorkerDate:   Fri Feb 15 13:10:22 2019 +0100
10*61046927SAndroid Build Coastguard Worker
11*61046927SAndroid Build Coastguard Worker    ImFont: Minor adjustment to the structure.
12*61046927SAndroid Build Coastguard Worker    Examples: Removed unused variable.
13*61046927SAndroid Build Coastguard Worker
14*61046927SAndroid Build Coastguard WorkerThere is also a copy of the memory editor
15*61046927SAndroid Build Coastguard Worker(https://github.com/ocornut/imgui_club) at the following commit :
16*61046927SAndroid Build Coastguard Worker
17*61046927SAndroid Build Coastguard Workercommit e680ad8d6b9278367d0f71a698beb96b70762ed4
18*61046927SAndroid Build Coastguard WorkerAuthor: omar <[email protected]>
19*61046927SAndroid Build Coastguard WorkerDate:   Thu May 9 14:11:22 2019 +0200
20*61046927SAndroid Build Coastguard Worker
21*61046927SAndroid Build Coastguard Worker    imgui_memory_editor: Silence compiler warning. (#13)
22*61046927SAndroid Build Coastguard Worker
23*61046927SAndroid Build Coastguard WorkerEmbedding the library into one's project is main way people seems to
24*61046927SAndroid Build Coastguard Workerwork with ImGui. Since this is just for a debugging tool, we're not
25*61046927SAndroid Build Coastguard Workerexposing ourselves too much.
26*61046927SAndroid Build Coastguard Worker
27*61046927SAndroid Build Coastguard WorkerApart from tweaking the GLEW include path, there is no other
28*61046927SAndroid Build Coastguard Workermodification to the files in this directory.
29