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

Icon  Name                                                                   Last modified      Size  Description
[PARENTDIR] Parent Directory - [   ] meson.build 2022-05-09 10:23 271 [TXT] imstb_truetype.h 2019-09-25 02:37 188K [TXT] imstb_textedit.h 2019-09-25 02:37 52K [TXT] imstb_rectpack.h 2019-09-25 02:37 20K [TXT] imgui_widgets.cpp 2019-09-25 02:37 303K [TXT] imgui_memory_editor.h 2022-05-09 10:23 35K [TXT] imgui_internal.h 2019-09-25 02:36 100K [TXT] imgui_draw.cpp 2022-05-09 10:23 160K [TXT] imgui.h 2019-09-25 02:35 200K [TXT] imgui.cpp 2019-09-25 02:35 456K [TXT] imconfig.h 2019-09-25 02:35 5.0K [TXT] README 2022-05-09 10:23 916 [TXT] LICENSE.txt 2019-09-25 02:35 1.1K [DIR] CVS/ 2022-12-18 05:57 -
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 e680ad8d6b9278367d0f71a698beb96b70762ed4
Author: omar <omarcornut@gmail.com>
Date:   Thu May 9 14:11:22 2019 +0200

    imgui_memory_editor: Silence compiler warning. (#13)

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.