py-imgui-redux 3.4.0__tar.gz → 3.4.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/CMakeLists.txt +2 -2
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/PKG-INFO +1 -1
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/build/py_imgui_redux.egg-info/SOURCES.txt +0 -60
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/pyproject.toml +1 -1
- py_imgui_redux-3.4.0/source/inc/bind-imgui/glfw-modules.h +0 -39
- py_imgui_redux-3.4.0/source/inc/bind-imgui/imgui-modules.h +0 -43
- py_imgui_redux-3.4.0/source/inc/bind-imgui/imnodes-modules.h +0 -18
- py_imgui_redux-3.4.0/source/inc/bind-imgui/implot-modules.h +0 -25
- py_imgui_redux-3.4.0/source/inc/bind-imgui/texture.h +0 -21
- py_imgui_redux-3.4.0/source/inc/binder/bind-modules.h +0 -15
- py_imgui_redux-3.4.0/source/inc/binder/enum-utility.h +0 -27
- py_imgui_redux-3.4.0/source/inc/binder/list-wrapper.h +0 -54
- py_imgui_redux-3.4.0/source/inc/binder/numpy.h +0 -5
- py_imgui_redux-3.4.0/source/inc/binder/struct-utility.h +0 -10
- py_imgui_redux-3.4.0/source/inc/binder/wraps.h +0 -134
- py_imgui_redux-3.4.0/source/src/bind-imgui.cpp +0 -22
- py_imgui_redux-3.4.0/source/src/binder/enum-utility.cpp +0 -37
- py_imgui_redux-3.4.0/source/src/binder/wraps.cpp +0 -169
- py_imgui_redux-3.4.0/source/src/glfw/bind-glfw.cpp +0 -20
- py_imgui_redux-3.4.0/source/src/glfw/callbacks.cpp +0 -249
- py_imgui_redux-3.4.0/source/src/glfw/constants.cpp +0 -331
- py_imgui_redux-3.4.0/source/src/glfw/context.cpp +0 -58
- py_imgui_redux-3.4.0/source/src/glfw/input.cpp +0 -61
- py_imgui_redux-3.4.0/source/src/glfw/joystick.cpp +0 -71
- py_imgui_redux-3.4.0/source/src/glfw/monitors.cpp +0 -105
- py_imgui_redux-3.4.0/source/src/glfw/structs.cpp +0 -82
- py_imgui_redux-3.4.0/source/src/glfw/windows.cpp +0 -168
- py_imgui_redux-3.4.0/source/src/imgui-core/bind-backends/glfw.cpp +0 -239
- py_imgui_redux-3.4.0/source/src/imgui-core/bind-backends/opengl3.cpp +0 -18
- py_imgui_redux-3.4.0/source/src/imgui-core/bind-imgui-core.cpp +0 -40
- py_imgui_redux-3.4.0/source/src/imgui-core/modules/cursor-layout.cpp +0 -28
- py_imgui_redux-3.4.0/source/src/imgui-core/modules/demos.cpp +0 -81
- py_imgui_redux-3.4.0/source/src/imgui-core/modules/drawlist.cpp +0 -352
- py_imgui_redux-3.4.0/source/src/imgui-core/modules/im-windows.cpp +0 -149
- py_imgui_redux-3.4.0/source/src/imgui-core/modules/imgui-context.cpp +0 -24
- py_imgui_redux-3.4.0/source/src/imgui-core/modules/imgui-enums.cpp +0 -712
- py_imgui_redux-3.4.0/source/src/imgui-core/modules/imgui-structs.cpp +0 -491
- py_imgui_redux-3.4.0/source/src/imgui-core/modules/stacks.cpp +0 -67
- py_imgui_redux-3.4.0/source/src/imgui-core/modules/styles.cpp +0 -35
- py_imgui_redux-3.4.0/source/src/imgui-core/modules/widgets/colors.cpp +0 -90
- py_imgui_redux-3.4.0/source/src/imgui-core/modules/widgets/drag-inputs.cpp +0 -334
- py_imgui_redux-3.4.0/source/src/imgui-core/modules/widgets/images.cpp +0 -166
- py_imgui_redux-3.4.0/source/src/imgui-core/modules/widgets/input.cpp +0 -243
- py_imgui_redux-3.4.0/source/src/imgui-core/modules/widgets/main.cpp +0 -462
- py_imgui_redux-3.4.0/source/src/imgui-core/modules/widgets/multi-select.cpp +0 -17
- py_imgui_redux-3.4.0/source/src/imgui-core/modules/widgets/slide-inputs.cpp +0 -268
- py_imgui_redux-3.4.0/source/src/imgui-core/modules/widgets/tables.cpp +0 -40
- py_imgui_redux-3.4.0/source/src/imgui-core/modules/widgets/tabs.cpp +0 -27
- py_imgui_redux-3.4.0/source/src/imgui-core/modules/widgets/text.cpp +0 -74
- py_imgui_redux-3.4.0/source/src/imgui-core/modules/widgets/tree.cpp +0 -55
- py_imgui_redux-3.4.0/source/src/imnodes/bind-imnodes.cpp +0 -12
- py_imgui_redux-3.4.0/source/src/imnodes/modules/imnodes-context.cpp +0 -364
- py_imgui_redux-3.4.0/source/src/imnodes/modules/imnodes-enums.cpp +0 -80
- py_imgui_redux-3.4.0/source/src/imnodes/modules/imnodes-structs.cpp +0 -105
- py_imgui_redux-3.4.0/source/src/implot/bind-implot.cpp +0 -24
- py_imgui_redux-3.4.0/source/src/implot/modules/implot-colormap.cpp +0 -83
- py_imgui_redux-3.4.0/source/src/implot/modules/implot-context.cpp +0 -76
- py_imgui_redux-3.4.0/source/src/implot/modules/implot-enums.cpp +0 -275
- py_imgui_redux-3.4.0/source/src/implot/modules/implot-misc.cpp +0 -66
- py_imgui_redux-3.4.0/source/src/implot/modules/implot-plotting.cpp +0 -1374
- py_imgui_redux-3.4.0/source/src/implot/modules/implot-setup-funcs.cpp +0 -160
- py_imgui_redux-3.4.0/source/src/implot/modules/implot-structs.cpp +0 -111
- py_imgui_redux-3.4.0/source/src/implot/modules/implot-tools.cpp +0 -147
- py_imgui_redux-3.4.0/source/src/implot/modules/implot-utils.cpp +0 -171
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/LICENSE +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/MANIFEST.in +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/README.md +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/pybind11_stubgen.py +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/setup.cfg +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/setup.py +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/CMakeLists.txt +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glad/include/KHR/khrplatform.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glad/include/glad/gl.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glad/src/gl.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/.appveyor.yml +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/.editorconfig +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/.git +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/.gitattributes +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/.gitignore +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/.mailmap +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/CMake/GenerateMappings.cmake +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/CMake/Info.plist.in +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/CMake/cmake_uninstall.cmake.in +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/CMake/glfw3.pc.in +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/CMake/glfw3Config.cmake.in +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/CMake/i686-w64-mingw32-clang.cmake +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/CMake/i686-w64-mingw32.cmake +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/CMake/modules/FindEpollShim.cmake +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/CMake/modules/FindOSMesa.cmake +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/CMake/x86_64-w64-mingw32-clang.cmake +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/CMake/x86_64-w64-mingw32.cmake +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/CMakeLists.txt +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/CONTRIBUTORS.md +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/LICENSE.md +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/README.md +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/getopt.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/getopt.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/glad/gl.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/glad/gles2.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/glad/vulkan.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/linmath.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/mingw/_mingw_dxhelper.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/mingw/dinput.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/mingw/xinput.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/nuklear.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/nuklear_glfw_gl2.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/stb_image_write.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/tinycthread.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/tinycthread.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/wayland/fractional-scale-v1.xml +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/wayland/idle-inhibit-unstable-v1.xml +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/wayland/pointer-constraints-unstable-v1.xml +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/wayland/relative-pointer-unstable-v1.xml +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/wayland/viewporter.xml +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/wayland/wayland.xml +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/wayland/xdg-activation-v1.xml +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/wayland/xdg-decoration-unstable-v1.xml +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/wayland/xdg-shell.xml +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/examples/CMakeLists.txt +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/examples/boing.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/examples/gears.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/examples/glfw.icns +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/examples/glfw.ico +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/examples/glfw.rc +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/examples/heightmap.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/examples/offscreen.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/examples/particles.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/examples/sharing.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/examples/splitview.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/examples/triangle-opengl.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/examples/triangle-opengles.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/examples/wave.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/examples/windows.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/include/GLFW/glfw3.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/include/GLFW/glfw3native.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/CMakeLists.txt +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/cocoa_init.m +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/cocoa_joystick.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/cocoa_joystick.m +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/cocoa_monitor.m +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/cocoa_platform.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/cocoa_time.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/cocoa_time.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/cocoa_window.m +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/context.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/egl_context.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/glfw.rc.in +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/glx_context.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/init.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/input.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/internal.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/linux_joystick.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/linux_joystick.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/mappings.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/mappings.h.in +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/monitor.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/nsgl_context.m +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/null_init.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/null_joystick.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/null_joystick.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/null_monitor.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/null_platform.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/null_window.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/osmesa_context.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/platform.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/platform.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/posix_module.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/posix_poll.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/posix_poll.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/posix_thread.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/posix_thread.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/posix_time.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/posix_time.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/vulkan.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/wgl_context.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/win32_init.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/win32_joystick.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/win32_joystick.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/win32_module.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/win32_monitor.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/win32_platform.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/win32_thread.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/win32_thread.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/win32_time.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/win32_time.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/win32_window.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/window.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/wl_init.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/wl_monitor.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/wl_platform.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/wl_window.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/x11_init.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/x11_monitor.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/x11_platform.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/x11_window.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/xkb_unicode.c +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/xkb_unicode.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imconfig/bind-imconfig.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/.editorconfig +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/.git +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/.gitattributes +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/.gitignore +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/LICENSE.txt +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_allegro5.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_allegro5.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_android.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_android.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_dx10.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_dx10.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_dx11.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_dx11.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_dx12.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_dx12.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_dx9.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_dx9.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_glfw.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_glfw.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_glut.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_glut.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_metal.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_metal.mm +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_opengl2.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_opengl2.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_opengl3.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_opengl3.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_opengl3_loader.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_osx.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_osx.mm +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_sdl2.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_sdl2.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_sdl3.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_sdl3.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_sdlgpu3.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_sdlgpu3.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_sdlgpu3_shaders.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_sdlrenderer2.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_sdlrenderer2.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_sdlrenderer3.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_sdlrenderer3.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_vulkan.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_vulkan.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_wgpu.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_wgpu.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_win32.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_win32.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/sdlgpu3/build_instructions.txt +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/sdlgpu3/shader.frag +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/sdlgpu3/shader.vert +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/vulkan/build_instructions.txt +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/vulkan/generate_spv.sh +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/vulkan/glsl_shader.frag +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/vulkan/glsl_shader.vert +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/imconfig.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/imgui.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/imgui.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/imgui_demo.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/imgui_draw.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/imgui_internal.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/imgui_tables.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/imgui_widgets.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/imstb_rectpack.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/imstb_textedit.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/imstb_truetype.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/README.txt +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/cpp/README.txt +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/cpp/imgui_stdlib.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/cpp/imgui_stdlib.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/debuggers/README.txt +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/debuggers/imgui.gdb +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/debuggers/imgui.natstepfilter +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/debuggers/imgui.natvis +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/fonts/Cousine-Regular.ttf +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/fonts/DroidSans.ttf +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/fonts/Karla-Regular.ttf +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/fonts/ProggyClean.ttf +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/fonts/ProggyTiny.ttf +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/fonts/Roboto-Medium.ttf +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/fonts/binary_to_compressed_c.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/freetype/README.md +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/freetype/imgui_freetype.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/freetype/imgui_freetype.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/single_file/imgui_single_file.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/.clang-format +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/.clang-tidy +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/.git +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/.gitignore +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/.gitmodules +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/CMakeLists.txt +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/LICENSE.md +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/README.md +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/example/color_node_editor.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/example/graph.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/example/hello.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/example/main.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/example/multi_editor.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/example/node_editor.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/example/save_load.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/img/imnodes.gif +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/imnodes.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/imnodes.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/imnodes_internal.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/vcpkg.json +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/implot/.git +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/implot/LICENSE +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/implot/README.md +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/implot/TODO.md +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/implot/implot.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/implot/implot.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/implot/implot_demo.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/implot/implot_internal.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/implot/implot_items.cpp +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/.appveyor.yml +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/.clang-format +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/.clang-tidy +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/.cmake-format.yaml +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/.codespell-ignore-lines +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/.git +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/.gitattributes +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/.gitignore +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/.pre-commit-config.yaml +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/.readthedocs.yml +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/CMakeLists.txt +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/LICENSE +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/MANIFEST.in +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/README.rst +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/SECURITY.md +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/attr.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/buffer_info.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/cast.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/chrono.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/common.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/complex.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/detail/class.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/detail/common.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/detail/descr.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/detail/init.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/detail/internals.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/detail/type_caster_base.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/detail/typeid.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/eigen/common.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/eigen/matrix.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/eigen/tensor.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/eigen.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/embed.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/eval.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/functional.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/gil.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/gil_safe_call_once.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/iostream.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/numpy.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/operators.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/options.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/pybind11.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/pytypes.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/stl/filesystem.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/stl.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/stl_bind.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/type_caster_pyobject_ptr.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/typing.h +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/noxfile.py +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/pybind11/__init__.py +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/pybind11/__main__.py +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/pybind11/_version.py +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/pybind11/commands.py +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/pybind11/py.typed +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/pybind11/setup_helpers.py +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/pyproject.toml +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/setup.cfg +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/setup.py +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/FindCatch.cmake +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/FindEigen3.cmake +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/FindPythonLibsNew.cmake +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/JoinPaths.cmake +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/check-style.sh +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/cmake_uninstall.cmake.in +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/codespell_ignore_lines_from_errors.py +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/libsize.py +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/make_changelog.py +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/pybind11.pc.in +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/pybind11Common.cmake +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/pybind11Config.cmake.in +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/pybind11NewTools.cmake +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/pybind11Tools.cmake +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/pyproject.toml +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/setup_global.py.in +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/setup_main.py.in +0 -0
- {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/stb/stb_image.h +0 -0
|
@@ -22,9 +22,9 @@ set(PYBIND11_NOPYTHON ON)
|
|
|
22
22
|
|
|
23
23
|
add_subdirectory(third-party)
|
|
24
24
|
|
|
25
|
-
set(INCLUDE_DIR
|
|
25
|
+
set(INCLUDE_DIR py-imgui-redux/inc)
|
|
26
26
|
|
|
27
|
-
set(IMGUI_ROOT
|
|
27
|
+
set(IMGUI_ROOT py-imgui-redux/src)
|
|
28
28
|
|
|
29
29
|
set(IMGUI_CORE_ROOT ${IMGUI_ROOT}/imgui-core)
|
|
30
30
|
set(IMGUI_MOD ${IMGUI_CORE_ROOT}/modules)
|
|
@@ -5,66 +5,6 @@ README.md
|
|
|
5
5
|
pybind11_stubgen.py
|
|
6
6
|
pyproject.toml
|
|
7
7
|
setup.py
|
|
8
|
-
source/inc/bind-imgui/glfw-modules.h
|
|
9
|
-
source/inc/bind-imgui/imgui-modules.h
|
|
10
|
-
source/inc/bind-imgui/imnodes-modules.h
|
|
11
|
-
source/inc/bind-imgui/implot-modules.h
|
|
12
|
-
source/inc/bind-imgui/texture.h
|
|
13
|
-
source/inc/binder/bind-modules.h
|
|
14
|
-
source/inc/binder/enum-utility.h
|
|
15
|
-
source/inc/binder/list-wrapper.h
|
|
16
|
-
source/inc/binder/numpy.h
|
|
17
|
-
source/inc/binder/struct-utility.h
|
|
18
|
-
source/inc/binder/wraps.h
|
|
19
|
-
source/src/bind-imgui.cpp
|
|
20
|
-
source/src/binder/enum-utility.cpp
|
|
21
|
-
source/src/binder/wraps.cpp
|
|
22
|
-
source/src/glfw/bind-glfw.cpp
|
|
23
|
-
source/src/glfw/callbacks.cpp
|
|
24
|
-
source/src/glfw/constants.cpp
|
|
25
|
-
source/src/glfw/context.cpp
|
|
26
|
-
source/src/glfw/input.cpp
|
|
27
|
-
source/src/glfw/joystick.cpp
|
|
28
|
-
source/src/glfw/monitors.cpp
|
|
29
|
-
source/src/glfw/structs.cpp
|
|
30
|
-
source/src/glfw/windows.cpp
|
|
31
|
-
source/src/imgui-core/bind-imgui-core.cpp
|
|
32
|
-
source/src/imgui-core/bind-backends/glfw.cpp
|
|
33
|
-
source/src/imgui-core/bind-backends/opengl3.cpp
|
|
34
|
-
source/src/imgui-core/modules/cursor-layout.cpp
|
|
35
|
-
source/src/imgui-core/modules/demos.cpp
|
|
36
|
-
source/src/imgui-core/modules/drawlist.cpp
|
|
37
|
-
source/src/imgui-core/modules/im-windows.cpp
|
|
38
|
-
source/src/imgui-core/modules/imgui-context.cpp
|
|
39
|
-
source/src/imgui-core/modules/imgui-enums.cpp
|
|
40
|
-
source/src/imgui-core/modules/imgui-structs.cpp
|
|
41
|
-
source/src/imgui-core/modules/stacks.cpp
|
|
42
|
-
source/src/imgui-core/modules/styles.cpp
|
|
43
|
-
source/src/imgui-core/modules/widgets/colors.cpp
|
|
44
|
-
source/src/imgui-core/modules/widgets/drag-inputs.cpp
|
|
45
|
-
source/src/imgui-core/modules/widgets/images.cpp
|
|
46
|
-
source/src/imgui-core/modules/widgets/input.cpp
|
|
47
|
-
source/src/imgui-core/modules/widgets/main.cpp
|
|
48
|
-
source/src/imgui-core/modules/widgets/multi-select.cpp
|
|
49
|
-
source/src/imgui-core/modules/widgets/slide-inputs.cpp
|
|
50
|
-
source/src/imgui-core/modules/widgets/tables.cpp
|
|
51
|
-
source/src/imgui-core/modules/widgets/tabs.cpp
|
|
52
|
-
source/src/imgui-core/modules/widgets/text.cpp
|
|
53
|
-
source/src/imgui-core/modules/widgets/tree.cpp
|
|
54
|
-
source/src/imnodes/bind-imnodes.cpp
|
|
55
|
-
source/src/imnodes/modules/imnodes-context.cpp
|
|
56
|
-
source/src/imnodes/modules/imnodes-enums.cpp
|
|
57
|
-
source/src/imnodes/modules/imnodes-structs.cpp
|
|
58
|
-
source/src/implot/bind-implot.cpp
|
|
59
|
-
source/src/implot/modules/implot-colormap.cpp
|
|
60
|
-
source/src/implot/modules/implot-context.cpp
|
|
61
|
-
source/src/implot/modules/implot-enums.cpp
|
|
62
|
-
source/src/implot/modules/implot-misc.cpp
|
|
63
|
-
source/src/implot/modules/implot-plotting.cpp
|
|
64
|
-
source/src/implot/modules/implot-setup-funcs.cpp
|
|
65
|
-
source/src/implot/modules/implot-structs.cpp
|
|
66
|
-
source/src/implot/modules/implot-tools.cpp
|
|
67
|
-
source/src/implot/modules/implot-utils.cpp
|
|
68
8
|
third-party/CMakeLists.txt
|
|
69
9
|
third-party/glad/include/KHR/khrplatform.h
|
|
70
10
|
third-party/glad/include/glad/gl.h
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
|
|
3
|
-
#include <glad/gl.h>
|
|
4
|
-
|
|
5
|
-
#include <GLFW/glfw3.h>
|
|
6
|
-
|
|
7
|
-
#include <pybind11/pybind11.h>
|
|
8
|
-
|
|
9
|
-
namespace py = pybind11;
|
|
10
|
-
using namespace py::literals;
|
|
11
|
-
|
|
12
|
-
#define QUICK(func) m.def(#func, glfw##func);
|
|
13
|
-
|
|
14
|
-
// Stub definitions for opaque classes to make PyBind happy
|
|
15
|
-
struct GLFWwindow
|
|
16
|
-
{
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
struct GLFWmonitor
|
|
20
|
-
{
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
struct GLFWcursor
|
|
24
|
-
{
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
namespace bindGLFW {
|
|
28
|
-
|
|
29
|
-
//void init_internal(py::module& m);
|
|
30
|
-
void init_constants(py::module& m);
|
|
31
|
-
void init_structs(py::module& m);
|
|
32
|
-
void init_context(py::module& m);
|
|
33
|
-
void init_monitors(py::module& m);
|
|
34
|
-
void init_windows(py::module& m);
|
|
35
|
-
void init_input(py::module& m);
|
|
36
|
-
void init_joystick(py::module& m);
|
|
37
|
-
void init_callbacks(py::module& m);
|
|
38
|
-
|
|
39
|
-
} //namespace bindGLFW
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
#include <imgui.h>
|
|
3
|
-
|
|
4
|
-
#include <pybind11/pybind11.h>
|
|
5
|
-
|
|
6
|
-
namespace py = pybind11;
|
|
7
|
-
using namespace py::literals;
|
|
8
|
-
|
|
9
|
-
// clang-format off
|
|
10
|
-
// Quick bind for a function with no args or special needs
|
|
11
|
-
#define QUICK(x) m.def(#x, ImGui::x, py::return_value_policy::automatic_reference)
|
|
12
|
-
|
|
13
|
-
// Saves typing when making typical standard defs
|
|
14
|
-
#define IMFUNC(x) #x, ImGui::x
|
|
15
|
-
// clang-format on
|
|
16
|
-
|
|
17
|
-
void init_imgui_context(py::module& m);
|
|
18
|
-
void init_cursor_and_layout(py::module& m);
|
|
19
|
-
void init_demos(py::module& m);
|
|
20
|
-
void init_windows(py::module& m);
|
|
21
|
-
void init_stacks(py::module& m);
|
|
22
|
-
void init_imgui_structs(py::module& m);
|
|
23
|
-
void init_styles(py::module& m);
|
|
24
|
-
|
|
25
|
-
void init_widgets_text(py::module& m);
|
|
26
|
-
void init_widgets_main(py::module& m);
|
|
27
|
-
void init_widgets_drags(py::module& m);
|
|
28
|
-
void init_widgets_slide(py::module& m);
|
|
29
|
-
void init_widgets_input(py::module& m);
|
|
30
|
-
void init_widgets_colors(py::module& m);
|
|
31
|
-
void init_widgets_tree(py::module& m);
|
|
32
|
-
void init_widgets_tables(py::module& m);
|
|
33
|
-
void init_widgets_tabs(py::module& m);
|
|
34
|
-
void init_widgets_images(py::module& m);
|
|
35
|
-
void init_widgets_multi_select(py::module& m);
|
|
36
|
-
|
|
37
|
-
void init_imgui_enums(py::module& m);
|
|
38
|
-
void init_drawlist(py::module& m);
|
|
39
|
-
|
|
40
|
-
// Backends
|
|
41
|
-
// TODO use defines to control compilation later
|
|
42
|
-
//MODULE(backend_opengl3);
|
|
43
|
-
void init_backend_glfw(py::module& m);
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
#include <imnodes.h>
|
|
3
|
-
|
|
4
|
-
#include <pybind11/pybind11.h>
|
|
5
|
-
|
|
6
|
-
namespace py = pybind11;
|
|
7
|
-
using namespace py::literals;
|
|
8
|
-
|
|
9
|
-
// Quick bind for a function with no args or special needs
|
|
10
|
-
#define QUICK(x) \
|
|
11
|
-
m.def(#x, ImNodes::x, py::return_value_policy::automatic_reference)
|
|
12
|
-
|
|
13
|
-
// Saves typing when making typical standard defs
|
|
14
|
-
#define IMFUNC(x) #x, ImNodes::x
|
|
15
|
-
|
|
16
|
-
void init_imnodes_enums(py::module& m);
|
|
17
|
-
void init_imnodes_structs(py::module& m);
|
|
18
|
-
void init_imnodes_context(py::module& m);
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
#include <implot.h>
|
|
3
|
-
|
|
4
|
-
#include <pybind11/pybind11.h>
|
|
5
|
-
|
|
6
|
-
namespace py = pybind11;
|
|
7
|
-
using namespace py::literals;
|
|
8
|
-
|
|
9
|
-
// clang-format off
|
|
10
|
-
|
|
11
|
-
// Shorthand for making simple funcs
|
|
12
|
-
#define IMFUNC(fn) #fn, ImPlot::fn
|
|
13
|
-
|
|
14
|
-
#define QUICK(fn) m.def(#fn, ImPlot::fn, py::return_value_policy::automatic_reference)
|
|
15
|
-
// clang-format on
|
|
16
|
-
|
|
17
|
-
void init_implot_context(py::module& m);
|
|
18
|
-
void init_implot_enums(py::module& m);
|
|
19
|
-
void init_implot_structs(py::module& m);
|
|
20
|
-
void init_setup_funcs(py::module& m);
|
|
21
|
-
void init_plotting(py::module& m);
|
|
22
|
-
void init_tools(py::module& m);
|
|
23
|
-
void init_utils(py::module& m);
|
|
24
|
-
void init_colormaps(py::module& m);
|
|
25
|
-
void init_misc(py::module& m);
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
|
|
3
|
-
#include <pybind11/pybind11.h>
|
|
4
|
-
|
|
5
|
-
namespace py = pybind11;
|
|
6
|
-
using namespace pybind11::literals;
|
|
7
|
-
|
|
8
|
-
void init_wraps(py::module& m);
|
|
9
|
-
void init_core_imgui(py::module& m);
|
|
10
|
-
void init_imnodes(py::module& m);
|
|
11
|
-
void init_implot(py::module& m);
|
|
12
|
-
|
|
13
|
-
namespace bindGLFW {
|
|
14
|
-
void init_glfw(py::module& m);
|
|
15
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
#include <pybind11/pybind11.h>
|
|
3
|
-
|
|
4
|
-
// clang-format off
|
|
5
|
-
|
|
6
|
-
// Enums
|
|
7
|
-
// Define enum so that we can have static readonly values
|
|
8
|
-
#define RAW_ENUM(type_, name) BindEnum(m, #name)
|
|
9
|
-
#define ENUM(lib, name) RAW_ENUM(lib##name##_, name)
|
|
10
|
-
|
|
11
|
-
// Define enum value to be a lambda function
|
|
12
|
-
// Raw name and value, shorthand for making a static property
|
|
13
|
-
//#define RAW_VALUE(name, val) def_property_readonly_static(#name, [](py::type){ return val; })
|
|
14
|
-
#define RAW_VALUE(name, val) value(#name, val)
|
|
15
|
-
// Shorthand for defining an ImGui enum using the standard naming scheme
|
|
16
|
-
#define VALUE(lib, e, name) RAW_VALUE(name, lib##e##_##name)
|
|
17
|
-
|
|
18
|
-
// clang-format on
|
|
19
|
-
|
|
20
|
-
class BindEnum
|
|
21
|
-
{
|
|
22
|
-
public:
|
|
23
|
-
BindEnum(pybind11::module_& m, const char* name);
|
|
24
|
-
BindEnum& value(const char* name, int value);
|
|
25
|
-
|
|
26
|
-
pybind11::object e;
|
|
27
|
-
};
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
|
|
3
|
-
#include <pybind11/pybind11.h>
|
|
4
|
-
#include <stdexcept>
|
|
5
|
-
|
|
6
|
-
template<class T> class ListWrapper
|
|
7
|
-
{
|
|
8
|
-
public:
|
|
9
|
-
const T* list;
|
|
10
|
-
size_t size;
|
|
11
|
-
|
|
12
|
-
explicit ListWrapper(const T* list, size_t size)
|
|
13
|
-
: list(list)
|
|
14
|
-
, size(size)
|
|
15
|
-
{
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
const T get(size_t index)
|
|
19
|
-
{
|
|
20
|
-
if(index < size)
|
|
21
|
-
{
|
|
22
|
-
return list[index];
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
throw std::runtime_error("List index out of bounds");
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
size_t len()
|
|
29
|
-
{
|
|
30
|
-
return size;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
pybind11::iterator makeIterator()
|
|
34
|
-
{
|
|
35
|
-
return pybind11::make_iterator(list, list + size);
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
|
-
|
|
39
|
-
template<class T> void initListWrapper(pybind11::module& m, const char* name)
|
|
40
|
-
{
|
|
41
|
-
try
|
|
42
|
-
{
|
|
43
|
-
pybind11::class_<ListWrapper<T>>(m, name)
|
|
44
|
-
.def("__getitem__", &ListWrapper<T>::get)
|
|
45
|
-
.def("__len__", &ListWrapper<T>::len)
|
|
46
|
-
.def("__iter__", &ListWrapper<T>::makeIterator);
|
|
47
|
-
}
|
|
48
|
-
catch(...)
|
|
49
|
-
{
|
|
50
|
-
// PASS
|
|
51
|
-
// Silently ignore this if it errors
|
|
52
|
-
// Stops errors if ListWrappers are defined more than once
|
|
53
|
-
}
|
|
54
|
-
}
|
|
@@ -1,134 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
#include <pybind11/pybind11.h>
|
|
3
|
-
#include <sstream>
|
|
4
|
-
#include <vector>
|
|
5
|
-
|
|
6
|
-
#include <imgui.h>
|
|
7
|
-
|
|
8
|
-
// Forward declares of wrapper types
|
|
9
|
-
// These are used to wrap arguments that are supposed to be pointers to output variables
|
|
10
|
-
|
|
11
|
-
template<class T> class Wrapper
|
|
12
|
-
{
|
|
13
|
-
public:
|
|
14
|
-
T val;
|
|
15
|
-
|
|
16
|
-
explicit Wrapper(T val)
|
|
17
|
-
: val(val)
|
|
18
|
-
{
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
const char* toStr()
|
|
22
|
-
{
|
|
23
|
-
std::stringstream ss;
|
|
24
|
-
ss << "Wrapper=" << val;
|
|
25
|
-
return ss.str().c_str();
|
|
26
|
-
}
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
using BoolRef_ = Wrapper<bool>;
|
|
30
|
-
using BoolRef = BoolRef_*;
|
|
31
|
-
|
|
32
|
-
using FloatRef_ = Wrapper<float>;
|
|
33
|
-
using FloatRef = FloatRef_*;
|
|
34
|
-
|
|
35
|
-
using DoubleRef_ = Wrapper<double>;
|
|
36
|
-
using DoubleRef = DoubleRef_*;
|
|
37
|
-
|
|
38
|
-
using IntRef_ = Wrapper<int>;
|
|
39
|
-
using IntRef = IntRef_*;
|
|
40
|
-
|
|
41
|
-
template<class T> class ImList
|
|
42
|
-
{
|
|
43
|
-
public:
|
|
44
|
-
std::vector<T> vals;
|
|
45
|
-
|
|
46
|
-
ImList(std::vector<T> vals)
|
|
47
|
-
: vals(vals)
|
|
48
|
-
{
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
ImList()
|
|
52
|
-
: vals()
|
|
53
|
-
{
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
void append(T val)
|
|
57
|
-
{
|
|
58
|
-
vals.push_back(val);
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
T pop()
|
|
62
|
-
{
|
|
63
|
-
T out = vals.back();
|
|
64
|
-
vals.pop_back();
|
|
65
|
-
return out;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
size_t size()
|
|
69
|
-
{
|
|
70
|
-
return vals.size();
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
pybind11::iterator makeIter()
|
|
74
|
-
{
|
|
75
|
-
return pybind11::make_iterator(vals.begin(), vals.end());
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
T getItem(int index)
|
|
79
|
-
{
|
|
80
|
-
return vals[index];
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
void setItem(int index, T val)
|
|
84
|
-
{
|
|
85
|
-
vals[index] = val;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
T* data()
|
|
89
|
-
{
|
|
90
|
-
return vals.data();
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
virtual void resize(size_t size)
|
|
94
|
-
{
|
|
95
|
-
vals.resize(size);
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
void clear()
|
|
99
|
-
{
|
|
100
|
-
vals.clear();
|
|
101
|
-
}
|
|
102
|
-
};
|
|
103
|
-
|
|
104
|
-
using IntList = ImList<int>;
|
|
105
|
-
using IntListPtr = IntList*;
|
|
106
|
-
|
|
107
|
-
using WCharList = ImList<ImWchar>;
|
|
108
|
-
using WCharListPtr = WCharList*;
|
|
109
|
-
|
|
110
|
-
using FloatList = ImList<float>;
|
|
111
|
-
using FloatListPtr = FloatList*;
|
|
112
|
-
|
|
113
|
-
using DoubleList = ImList<double>;
|
|
114
|
-
using DoubleListPtr = DoubleList*;
|
|
115
|
-
|
|
116
|
-
using StrList = ImList<const char*>;
|
|
117
|
-
using StrListPtr = StrList*;
|
|
118
|
-
|
|
119
|
-
using Vec2List = ImList<ImVec2>;
|
|
120
|
-
using Vec2ListPtr = Vec2List*;
|
|
121
|
-
|
|
122
|
-
class StrRef : public ImList<char>
|
|
123
|
-
{
|
|
124
|
-
public:
|
|
125
|
-
StrRef(size_t maxSize);
|
|
126
|
-
StrRef(const char* val, size_t maxSize = 0);
|
|
127
|
-
void set(const char* newVal, size_t maxSize = 0);
|
|
128
|
-
virtual void resize(size_t size) override;
|
|
129
|
-
size_t strSize();
|
|
130
|
-
size_t strLen;
|
|
131
|
-
void calcLen();
|
|
132
|
-
};
|
|
133
|
-
|
|
134
|
-
using StrRefPtr = StrRef*;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
#include <binder/bind-modules.h>
|
|
2
|
-
#include <binder/wraps.h>
|
|
3
|
-
|
|
4
|
-
PYBIND11_MODULE(imgui, m)
|
|
5
|
-
{
|
|
6
|
-
m.doc() = "DearImGui Framework";
|
|
7
|
-
py::options options;
|
|
8
|
-
//options.disable_function_signatures();
|
|
9
|
-
|
|
10
|
-
init_wraps(m);
|
|
11
|
-
|
|
12
|
-
init_core_imgui(m);
|
|
13
|
-
|
|
14
|
-
auto imnodes = m.def_submodule("imnodes", "ImNodes Library");
|
|
15
|
-
init_imnodes(imnodes);
|
|
16
|
-
|
|
17
|
-
auto implot = m.def_submodule("implot", "ImPlot Library");
|
|
18
|
-
init_implot(implot);
|
|
19
|
-
|
|
20
|
-
auto glfw = m.def_submodule("glfw", "GLFW Library");
|
|
21
|
-
bindGLFW::init_glfw(glfw);
|
|
22
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
#include <binder/enum-utility.h>
|
|
2
|
-
|
|
3
|
-
namespace py = pybind11;
|
|
4
|
-
|
|
5
|
-
/*
|
|
6
|
-
We are creating enums as new class instances
|
|
7
|
-
that contain only integer member variables.
|
|
8
|
-
Basically treating them as namespaces.
|
|
9
|
-
|
|
10
|
-
This is because the public ImGui API does not
|
|
11
|
-
use actual enum types, instead they just use typdefs to int.
|
|
12
|
-
(Probably so they can have "private" enum values or something)
|
|
13
|
-
|
|
14
|
-
This means that pybind will barf when you try to use their py::enum_
|
|
15
|
-
types in a function it believes takes an int.
|
|
16
|
-
|
|
17
|
-
This is also the reason for the slightly modified version of the
|
|
18
|
-
pybind11-stubgen I am using. Change allows the stubs to show the actual
|
|
19
|
-
values and types
|
|
20
|
-
|
|
21
|
-
*/
|
|
22
|
-
|
|
23
|
-
BindEnum::BindEnum(pybind11::module_& m, const char* name)
|
|
24
|
-
: e()
|
|
25
|
-
{
|
|
26
|
-
py::object builtin_type =
|
|
27
|
-
py::reinterpret_borrow<py::object>((PyObject*)&PyType_Type);
|
|
28
|
-
py::dict attr;
|
|
29
|
-
e = builtin_type(name, py::make_tuple(), attr);
|
|
30
|
-
m.attr(name) = e;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
BindEnum& BindEnum::value(const char* name, int value)
|
|
34
|
-
{
|
|
35
|
-
py::setattr(e, name, py::int_(value));
|
|
36
|
-
return *this;
|
|
37
|
-
}
|