|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| LICENSE.txt | D | 23-Nov-2023 | 1.1 KiB | 22 | 17 |
| README | D | 23-Nov-2023 | 916 | 29 | 20 |
| imconfig.h | D | 23-Nov-2023 | 5 KiB | 79 | 4 |
| imgui.cpp | D | 23-Nov-2023 | 455.8 KiB | 9,518 | 6,876 |
| imgui.h | D | 23-Nov-2023 | 200.4 KiB | 2,144 | 1,512 |
| imgui_draw.cpp | D | 23-Nov-2023 | 160.1 KiB | 3,291 | 2,708 |
| imgui_internal.h | D | 23-Nov-2023 | 99.9 KiB | 1,533 | 1,225 |
| imgui_memory_editor.h | D | 23-Nov-2023 | 34.5 KiB | 733 | 612 |
| imgui_widgets.cpp | D | 23-Nov-2023 | 303.4 KiB | 6,657 | 5,135 |
| imstb_rectpack.h | D | 23-Nov-2023 | 19.7 KiB | 631 | 335 |
| imstb_textedit.h | D | 23-Nov-2023 | 52.1 KiB | 1,418 | 799 |
| imstb_truetype.h | D | 23-Nov-2023 | 187.8 KiB | 4,904 | 3,369 |
| meson.build | D | 23-Nov-2023 | 271 | 12 | 10 |
README
1Dear ImGui
2==========
3
4This directory contains a copy of the Dear ImGui library
5(https://github.com/ocornut/imgui) at the following commit :
6
7commit f977871854af941289f2a9090dcc90f7aa3449a8
8Author: omar <omarcornut@gmail.com>
9Date: Fri Feb 15 13:10:22 2019 +0100
10
11 ImFont: Minor adjustment to the structure.
12 Examples: Removed unused variable.
13
14There is also a copy of the memory editor
15(https://github.com/ocornut/imgui_club) at the following commit :
16
17commit e680ad8d6b9278367d0f71a698beb96b70762ed4
18Author: omar <omarcornut@gmail.com>
19Date: Thu May 9 14:11:22 2019 +0200
20
21 imgui_memory_editor: Silence compiler warning. (#13)
22
23Embedding the library into one's project is main way people seems to
24work with ImGui. Since this is just for a debugging tool, we're not
25exposing ourselves too much.
26
27Apart from tweaking the GLEW include path, there is no other
28modification to the files in this directory.
29