Index of /archives/NetBSD/NetBSD-release-10/xsrc/external/mit/MesaLib.old/dist/src/imgui

Icon  Name                                                                       Last modified      Size  Description
[PARENTDIR] Parent Directory - [DIR] CVS/ 2022-12-18 05:57 - [TXT] LICENSE.txt 2021-07-12 05:36 1.1K [TXT] README 2021-07-12 05:36 878 [TXT] imconfig.h 2021-07-12 05:36 5.0K [TXT] imgui.cpp 2021-07-12 05:36 456K [TXT] imgui.h 2021-07-12 05:36 200K [TXT] imgui_demo.cpp 2021-07-12 05:36 213K [TXT] imgui_draw.cpp 2021-07-12 05:36 160K [TXT] imgui_internal.h 2021-07-12 05:36 100K [TXT] imgui_memory_editor.h 2021-07-12 05:36 34K [TXT] imgui_widgets.cpp 2021-07-12 05:36 303K [TXT] imstb_rectpack.h 2021-07-12 05:36 20K [TXT] imstb_textedit.h 2021-07-12 05:36 52K [TXT] imstb_truetype.h 2021-07-12 05:36 188K [   ] meson.build 2021-07-12 05:36 295
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.