CMakeLists.txt
LICENSE
MANIFEST.in
README.md
pybind11_stubgen.py
pyproject.toml
setup.py
source/inc/bind-imgui/glfw-modules.h
source/inc/bind-imgui/imgui-modules.h
source/inc/bind-imgui/imnodes-modules.h
source/inc/bind-imgui/implot-modules.h
source/inc/bind-imgui/texture.h
source/inc/binder/bind-modules.h
source/inc/binder/enum-utility.h
source/inc/binder/list-wrapper.h
source/inc/binder/numpy.h
source/inc/binder/struct-utility.h
source/inc/binder/wraps.h
source/src/bind-imgui.cpp
source/src/binder/enum-utility.cpp
source/src/binder/wraps.cpp
source/src/glfw/bind-glfw.cpp
source/src/glfw/callbacks.cpp
source/src/glfw/constants.cpp
source/src/glfw/context.cpp
source/src/glfw/input.cpp
source/src/glfw/joystick.cpp
source/src/glfw/monitors.cpp
source/src/glfw/structs.cpp
source/src/glfw/windows.cpp
source/src/imgui-core/bind-imgui-core.cpp
source/src/imgui-core/bind-backends/glfw.cpp
source/src/imgui-core/bind-backends/opengl3.cpp
source/src/imgui-core/modules/cursor-layout.cpp
source/src/imgui-core/modules/demos.cpp
source/src/imgui-core/modules/drawlist.cpp
source/src/imgui-core/modules/im-windows.cpp
source/src/imgui-core/modules/imgui-context.cpp
source/src/imgui-core/modules/imgui-enums.cpp
source/src/imgui-core/modules/imgui-structs.cpp
source/src/imgui-core/modules/stacks.cpp
source/src/imgui-core/modules/styles.cpp
source/src/imgui-core/modules/widgets/colors.cpp
source/src/imgui-core/modules/widgets/drag-inputs.cpp
source/src/imgui-core/modules/widgets/images.cpp
source/src/imgui-core/modules/widgets/input.cpp
source/src/imgui-core/modules/widgets/main.cpp
source/src/imgui-core/modules/widgets/slide-inputs.cpp
source/src/imgui-core/modules/widgets/tables.cpp
source/src/imgui-core/modules/widgets/tabs.cpp
source/src/imgui-core/modules/widgets/text.cpp
source/src/imgui-core/modules/widgets/tree.cpp
source/src/imnodes/bind-imnodes.cpp
source/src/imnodes/modules/imnodes-context.cpp
source/src/imnodes/modules/imnodes-enums.cpp
source/src/imnodes/modules/imnodes-structs.cpp
source/src/implot/bind-implot.cpp
source/src/implot/modules/implot-colormap.cpp
source/src/implot/modules/implot-context.cpp
source/src/implot/modules/implot-enums.cpp
source/src/implot/modules/implot-misc.cpp
source/src/implot/modules/implot-plotting.cpp
source/src/implot/modules/implot-setup-funcs.cpp
source/src/implot/modules/implot-structs.cpp
source/src/implot/modules/implot-tools.cpp
source/src/implot/modules/implot-utils.cpp
third-party/CMakeLists.txt
third-party/glad/include/KHR/khrplatform.h
third-party/glad/include/glad/gl.h
third-party/glad/src/gl.c
third-party/glfw/.appveyor.yml
third-party/glfw/.editorconfig
third-party/glfw/.git
third-party/glfw/.gitattributes
third-party/glfw/.gitignore
third-party/glfw/.mailmap
third-party/glfw/CMakeLists.txt
third-party/glfw/CONTRIBUTORS.md
third-party/glfw/LICENSE.md
third-party/glfw/README.md
third-party/glfw/CMake/GenerateMappings.cmake
third-party/glfw/CMake/Info.plist.in
third-party/glfw/CMake/cmake_uninstall.cmake.in
third-party/glfw/CMake/glfw3.pc.in
third-party/glfw/CMake/glfw3Config.cmake.in
third-party/glfw/CMake/i686-w64-mingw32-clang.cmake
third-party/glfw/CMake/i686-w64-mingw32.cmake
third-party/glfw/CMake/x86_64-w64-mingw32-clang.cmake
third-party/glfw/CMake/x86_64-w64-mingw32.cmake
third-party/glfw/CMake/modules/FindEpollShim.cmake
third-party/glfw/CMake/modules/FindOSMesa.cmake
third-party/glfw/deps/getopt.c
third-party/glfw/deps/getopt.h
third-party/glfw/deps/linmath.h
third-party/glfw/deps/nuklear.h
third-party/glfw/deps/nuklear_glfw_gl2.h
third-party/glfw/deps/stb_image_write.h
third-party/glfw/deps/tinycthread.c
third-party/glfw/deps/tinycthread.h
third-party/glfw/deps/glad/gl.h
third-party/glfw/deps/glad/gles2.h
third-party/glfw/deps/glad/vulkan.h
third-party/glfw/deps/mingw/_mingw_dxhelper.h
third-party/glfw/deps/mingw/dinput.h
third-party/glfw/deps/mingw/xinput.h
third-party/glfw/deps/wayland/fractional-scale-v1.xml
third-party/glfw/deps/wayland/idle-inhibit-unstable-v1.xml
third-party/glfw/deps/wayland/pointer-constraints-unstable-v1.xml
third-party/glfw/deps/wayland/relative-pointer-unstable-v1.xml
third-party/glfw/deps/wayland/viewporter.xml
third-party/glfw/deps/wayland/wayland.xml
third-party/glfw/deps/wayland/xdg-activation-v1.xml
third-party/glfw/deps/wayland/xdg-decoration-unstable-v1.xml
third-party/glfw/deps/wayland/xdg-shell.xml
third-party/glfw/examples/CMakeLists.txt
third-party/glfw/examples/boing.c
third-party/glfw/examples/gears.c
third-party/glfw/examples/glfw.icns
third-party/glfw/examples/glfw.ico
third-party/glfw/examples/glfw.rc
third-party/glfw/examples/heightmap.c
third-party/glfw/examples/offscreen.c
third-party/glfw/examples/particles.c
third-party/glfw/examples/sharing.c
third-party/glfw/examples/splitview.c
third-party/glfw/examples/triangle-opengl.c
third-party/glfw/examples/triangle-opengles.c
third-party/glfw/examples/wave.c
third-party/glfw/examples/windows.c
third-party/glfw/include/GLFW/glfw3.h
third-party/glfw/include/GLFW/glfw3native.h
third-party/glfw/src/CMakeLists.txt
third-party/glfw/src/cocoa_init.m
third-party/glfw/src/cocoa_joystick.h
third-party/glfw/src/cocoa_joystick.m
third-party/glfw/src/cocoa_monitor.m
third-party/glfw/src/cocoa_platform.h
third-party/glfw/src/cocoa_time.c
third-party/glfw/src/cocoa_time.h
third-party/glfw/src/cocoa_window.m
third-party/glfw/src/context.c
third-party/glfw/src/egl_context.c
third-party/glfw/src/glfw.rc.in
third-party/glfw/src/glx_context.c
third-party/glfw/src/init.c
third-party/glfw/src/input.c
third-party/glfw/src/internal.h
third-party/glfw/src/linux_joystick.c
third-party/glfw/src/linux_joystick.h
third-party/glfw/src/mappings.h
third-party/glfw/src/mappings.h.in
third-party/glfw/src/monitor.c
third-party/glfw/src/nsgl_context.m
third-party/glfw/src/null_init.c
third-party/glfw/src/null_joystick.c
third-party/glfw/src/null_joystick.h
third-party/glfw/src/null_monitor.c
third-party/glfw/src/null_platform.h
third-party/glfw/src/null_window.c
third-party/glfw/src/osmesa_context.c
third-party/glfw/src/platform.c
third-party/glfw/src/platform.h
third-party/glfw/src/posix_module.c
third-party/glfw/src/posix_poll.c
third-party/glfw/src/posix_poll.h
third-party/glfw/src/posix_thread.c
third-party/glfw/src/posix_thread.h
third-party/glfw/src/posix_time.c
third-party/glfw/src/posix_time.h
third-party/glfw/src/vulkan.c
third-party/glfw/src/wgl_context.c
third-party/glfw/src/win32_init.c
third-party/glfw/src/win32_joystick.c
third-party/glfw/src/win32_joystick.h
third-party/glfw/src/win32_module.c
third-party/glfw/src/win32_monitor.c
third-party/glfw/src/win32_platform.h
third-party/glfw/src/win32_thread.c
third-party/glfw/src/win32_thread.h
third-party/glfw/src/win32_time.c
third-party/glfw/src/win32_time.h
third-party/glfw/src/win32_window.c
third-party/glfw/src/window.c
third-party/glfw/src/wl_init.c
third-party/glfw/src/wl_monitor.c
third-party/glfw/src/wl_platform.h
third-party/glfw/src/wl_window.c
third-party/glfw/src/x11_init.c
third-party/glfw/src/x11_monitor.c
third-party/glfw/src/x11_platform.h
third-party/glfw/src/x11_window.c
third-party/glfw/src/xkb_unicode.c
third-party/glfw/src/xkb_unicode.h
third-party/imconfig/bind-imconfig.h
third-party/imgui/.editorconfig
third-party/imgui/.git
third-party/imgui/.gitattributes
third-party/imgui/.gitignore
third-party/imgui/LICENSE.txt
third-party/imgui/imconfig.h
third-party/imgui/imgui.cpp
third-party/imgui/imgui.h
third-party/imgui/imgui_demo.cpp
third-party/imgui/imgui_draw.cpp
third-party/imgui/imgui_internal.h
third-party/imgui/imgui_tables.cpp
third-party/imgui/imgui_widgets.cpp
third-party/imgui/imstb_rectpack.h
third-party/imgui/imstb_textedit.h
third-party/imgui/imstb_truetype.h
third-party/imgui/backends/imgui_impl_allegro5.cpp
third-party/imgui/backends/imgui_impl_allegro5.h
third-party/imgui/backends/imgui_impl_android.cpp
third-party/imgui/backends/imgui_impl_android.h
third-party/imgui/backends/imgui_impl_dx10.cpp
third-party/imgui/backends/imgui_impl_dx10.h
third-party/imgui/backends/imgui_impl_dx11.cpp
third-party/imgui/backends/imgui_impl_dx11.h
third-party/imgui/backends/imgui_impl_dx12.cpp
third-party/imgui/backends/imgui_impl_dx12.h
third-party/imgui/backends/imgui_impl_dx9.cpp
third-party/imgui/backends/imgui_impl_dx9.h
third-party/imgui/backends/imgui_impl_glfw.cpp
third-party/imgui/backends/imgui_impl_glfw.h
third-party/imgui/backends/imgui_impl_glut.cpp
third-party/imgui/backends/imgui_impl_glut.h
third-party/imgui/backends/imgui_impl_metal.h
third-party/imgui/backends/imgui_impl_metal.mm
third-party/imgui/backends/imgui_impl_opengl2.cpp
third-party/imgui/backends/imgui_impl_opengl2.h
third-party/imgui/backends/imgui_impl_opengl3.cpp
third-party/imgui/backends/imgui_impl_opengl3.h
third-party/imgui/backends/imgui_impl_opengl3_loader.h
third-party/imgui/backends/imgui_impl_osx.h
third-party/imgui/backends/imgui_impl_osx.mm
third-party/imgui/backends/imgui_impl_sdl2.cpp
third-party/imgui/backends/imgui_impl_sdl2.h
third-party/imgui/backends/imgui_impl_sdl3.cpp
third-party/imgui/backends/imgui_impl_sdl3.h
third-party/imgui/backends/imgui_impl_sdlrenderer2.cpp
third-party/imgui/backends/imgui_impl_sdlrenderer2.h
third-party/imgui/backends/imgui_impl_sdlrenderer3.cpp
third-party/imgui/backends/imgui_impl_sdlrenderer3.h
third-party/imgui/backends/imgui_impl_vulkan.cpp
third-party/imgui/backends/imgui_impl_vulkan.h
third-party/imgui/backends/imgui_impl_wgpu.cpp
third-party/imgui/backends/imgui_impl_wgpu.h
third-party/imgui/backends/imgui_impl_win32.cpp
third-party/imgui/backends/imgui_impl_win32.h
third-party/imgui/backends/vulkan/generate_spv.sh
third-party/imgui/backends/vulkan/glsl_shader.frag
third-party/imgui/backends/vulkan/glsl_shader.vert
third-party/imgui/misc/README.txt
third-party/imgui/misc/cpp/README.txt
third-party/imgui/misc/cpp/imgui_stdlib.cpp
third-party/imgui/misc/cpp/imgui_stdlib.h
third-party/imgui/misc/debuggers/README.txt
third-party/imgui/misc/debuggers/imgui.gdb
third-party/imgui/misc/debuggers/imgui.natstepfilter
third-party/imgui/misc/debuggers/imgui.natvis
third-party/imgui/misc/fonts/Cousine-Regular.ttf
third-party/imgui/misc/fonts/DroidSans.ttf
third-party/imgui/misc/fonts/Karla-Regular.ttf
third-party/imgui/misc/fonts/ProggyClean.ttf
third-party/imgui/misc/fonts/ProggyTiny.ttf
third-party/imgui/misc/fonts/Roboto-Medium.ttf
third-party/imgui/misc/fonts/binary_to_compressed_c.cpp
third-party/imgui/misc/freetype/README.md
third-party/imgui/misc/freetype/imgui_freetype.cpp
third-party/imgui/misc/freetype/imgui_freetype.h
third-party/imgui/misc/single_file/imgui_single_file.h
third-party/imnodes/.clang-format
third-party/imnodes/.clang-tidy
third-party/imnodes/.git
third-party/imnodes/.gitignore
third-party/imnodes/.gitmodules
third-party/imnodes/CMakeLists.txt
third-party/imnodes/LICENSE.md
third-party/imnodes/README.md
third-party/imnodes/imnodes.cpp
third-party/imnodes/imnodes.h
third-party/imnodes/imnodes_internal.h
third-party/imnodes/vcpkg.json
third-party/imnodes/example/color_node_editor.cpp
third-party/imnodes/example/graph.h
third-party/imnodes/example/hello.cpp
third-party/imnodes/example/main.cpp
third-party/imnodes/example/multi_editor.cpp
third-party/imnodes/example/node_editor.h
third-party/imnodes/example/save_load.cpp
third-party/imnodes/img/imnodes.gif
third-party/implot/.git
third-party/implot/LICENSE
third-party/implot/README.md
third-party/implot/TODO.md
third-party/implot/implot.cpp
third-party/implot/implot.h
third-party/implot/implot_demo.cpp
third-party/implot/implot_internal.h
third-party/implot/implot_items.cpp
third-party/pybind11/.appveyor.yml
third-party/pybind11/.clang-format
third-party/pybind11/.clang-tidy
third-party/pybind11/.cmake-format.yaml
third-party/pybind11/.codespell-ignore-lines
third-party/pybind11/.git
third-party/pybind11/.gitattributes
third-party/pybind11/.gitignore
third-party/pybind11/.pre-commit-config.yaml
third-party/pybind11/.readthedocs.yml
third-party/pybind11/CMakeLists.txt
third-party/pybind11/LICENSE
third-party/pybind11/MANIFEST.in
third-party/pybind11/README.rst
third-party/pybind11/SECURITY.md
third-party/pybind11/noxfile.py
third-party/pybind11/pyproject.toml
third-party/pybind11/setup.cfg
third-party/pybind11/setup.py
third-party/pybind11/include/pybind11/attr.h
third-party/pybind11/include/pybind11/buffer_info.h
third-party/pybind11/include/pybind11/cast.h
third-party/pybind11/include/pybind11/chrono.h
third-party/pybind11/include/pybind11/common.h
third-party/pybind11/include/pybind11/complex.h
third-party/pybind11/include/pybind11/eigen.h
third-party/pybind11/include/pybind11/embed.h
third-party/pybind11/include/pybind11/eval.h
third-party/pybind11/include/pybind11/functional.h
third-party/pybind11/include/pybind11/gil.h
third-party/pybind11/include/pybind11/gil_safe_call_once.h
third-party/pybind11/include/pybind11/iostream.h
third-party/pybind11/include/pybind11/numpy.h
third-party/pybind11/include/pybind11/operators.h
third-party/pybind11/include/pybind11/options.h
third-party/pybind11/include/pybind11/pybind11.h
third-party/pybind11/include/pybind11/pytypes.h
third-party/pybind11/include/pybind11/stl.h
third-party/pybind11/include/pybind11/stl_bind.h
third-party/pybind11/include/pybind11/type_caster_pyobject_ptr.h
third-party/pybind11/include/pybind11/typing.h
third-party/pybind11/include/pybind11/detail/class.h
third-party/pybind11/include/pybind11/detail/common.h
third-party/pybind11/include/pybind11/detail/descr.h
third-party/pybind11/include/pybind11/detail/init.h
third-party/pybind11/include/pybind11/detail/internals.h
third-party/pybind11/include/pybind11/detail/type_caster_base.h
third-party/pybind11/include/pybind11/detail/typeid.h
third-party/pybind11/include/pybind11/eigen/common.h
third-party/pybind11/include/pybind11/eigen/matrix.h
third-party/pybind11/include/pybind11/eigen/tensor.h
third-party/pybind11/include/pybind11/stl/filesystem.h
third-party/pybind11/pybind11/__init__.py
third-party/pybind11/pybind11/__main__.py
third-party/pybind11/pybind11/_version.py
third-party/pybind11/pybind11/commands.py
third-party/pybind11/pybind11/py.typed
third-party/pybind11/pybind11/setup_helpers.py
third-party/pybind11/tools/FindCatch.cmake
third-party/pybind11/tools/FindEigen3.cmake
third-party/pybind11/tools/FindPythonLibsNew.cmake
third-party/pybind11/tools/JoinPaths.cmake
third-party/pybind11/tools/check-style.sh
third-party/pybind11/tools/cmake_uninstall.cmake.in
third-party/pybind11/tools/codespell_ignore_lines_from_errors.py
third-party/pybind11/tools/libsize.py
third-party/pybind11/tools/make_changelog.py
third-party/pybind11/tools/pybind11.pc.in
third-party/pybind11/tools/pybind11Common.cmake
third-party/pybind11/tools/pybind11Config.cmake.in
third-party/pybind11/tools/pybind11NewTools.cmake
third-party/pybind11/tools/pybind11Tools.cmake
third-party/pybind11/tools/pyproject.toml
third-party/pybind11/tools/setup_global.py.in
third-party/pybind11/tools/setup_main.py.in
third-party/stb/stb_image.h