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.
Files changed (387) hide show
  1. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/CMakeLists.txt +2 -2
  2. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/PKG-INFO +1 -1
  3. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/build/py_imgui_redux.egg-info/SOURCES.txt +0 -60
  4. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/pyproject.toml +1 -1
  5. py_imgui_redux-3.4.0/source/inc/bind-imgui/glfw-modules.h +0 -39
  6. py_imgui_redux-3.4.0/source/inc/bind-imgui/imgui-modules.h +0 -43
  7. py_imgui_redux-3.4.0/source/inc/bind-imgui/imnodes-modules.h +0 -18
  8. py_imgui_redux-3.4.0/source/inc/bind-imgui/implot-modules.h +0 -25
  9. py_imgui_redux-3.4.0/source/inc/bind-imgui/texture.h +0 -21
  10. py_imgui_redux-3.4.0/source/inc/binder/bind-modules.h +0 -15
  11. py_imgui_redux-3.4.0/source/inc/binder/enum-utility.h +0 -27
  12. py_imgui_redux-3.4.0/source/inc/binder/list-wrapper.h +0 -54
  13. py_imgui_redux-3.4.0/source/inc/binder/numpy.h +0 -5
  14. py_imgui_redux-3.4.0/source/inc/binder/struct-utility.h +0 -10
  15. py_imgui_redux-3.4.0/source/inc/binder/wraps.h +0 -134
  16. py_imgui_redux-3.4.0/source/src/bind-imgui.cpp +0 -22
  17. py_imgui_redux-3.4.0/source/src/binder/enum-utility.cpp +0 -37
  18. py_imgui_redux-3.4.0/source/src/binder/wraps.cpp +0 -169
  19. py_imgui_redux-3.4.0/source/src/glfw/bind-glfw.cpp +0 -20
  20. py_imgui_redux-3.4.0/source/src/glfw/callbacks.cpp +0 -249
  21. py_imgui_redux-3.4.0/source/src/glfw/constants.cpp +0 -331
  22. py_imgui_redux-3.4.0/source/src/glfw/context.cpp +0 -58
  23. py_imgui_redux-3.4.0/source/src/glfw/input.cpp +0 -61
  24. py_imgui_redux-3.4.0/source/src/glfw/joystick.cpp +0 -71
  25. py_imgui_redux-3.4.0/source/src/glfw/monitors.cpp +0 -105
  26. py_imgui_redux-3.4.0/source/src/glfw/structs.cpp +0 -82
  27. py_imgui_redux-3.4.0/source/src/glfw/windows.cpp +0 -168
  28. py_imgui_redux-3.4.0/source/src/imgui-core/bind-backends/glfw.cpp +0 -239
  29. py_imgui_redux-3.4.0/source/src/imgui-core/bind-backends/opengl3.cpp +0 -18
  30. py_imgui_redux-3.4.0/source/src/imgui-core/bind-imgui-core.cpp +0 -40
  31. py_imgui_redux-3.4.0/source/src/imgui-core/modules/cursor-layout.cpp +0 -28
  32. py_imgui_redux-3.4.0/source/src/imgui-core/modules/demos.cpp +0 -81
  33. py_imgui_redux-3.4.0/source/src/imgui-core/modules/drawlist.cpp +0 -352
  34. py_imgui_redux-3.4.0/source/src/imgui-core/modules/im-windows.cpp +0 -149
  35. py_imgui_redux-3.4.0/source/src/imgui-core/modules/imgui-context.cpp +0 -24
  36. py_imgui_redux-3.4.0/source/src/imgui-core/modules/imgui-enums.cpp +0 -712
  37. py_imgui_redux-3.4.0/source/src/imgui-core/modules/imgui-structs.cpp +0 -491
  38. py_imgui_redux-3.4.0/source/src/imgui-core/modules/stacks.cpp +0 -67
  39. py_imgui_redux-3.4.0/source/src/imgui-core/modules/styles.cpp +0 -35
  40. py_imgui_redux-3.4.0/source/src/imgui-core/modules/widgets/colors.cpp +0 -90
  41. py_imgui_redux-3.4.0/source/src/imgui-core/modules/widgets/drag-inputs.cpp +0 -334
  42. py_imgui_redux-3.4.0/source/src/imgui-core/modules/widgets/images.cpp +0 -166
  43. py_imgui_redux-3.4.0/source/src/imgui-core/modules/widgets/input.cpp +0 -243
  44. py_imgui_redux-3.4.0/source/src/imgui-core/modules/widgets/main.cpp +0 -462
  45. py_imgui_redux-3.4.0/source/src/imgui-core/modules/widgets/multi-select.cpp +0 -17
  46. py_imgui_redux-3.4.0/source/src/imgui-core/modules/widgets/slide-inputs.cpp +0 -268
  47. py_imgui_redux-3.4.0/source/src/imgui-core/modules/widgets/tables.cpp +0 -40
  48. py_imgui_redux-3.4.0/source/src/imgui-core/modules/widgets/tabs.cpp +0 -27
  49. py_imgui_redux-3.4.0/source/src/imgui-core/modules/widgets/text.cpp +0 -74
  50. py_imgui_redux-3.4.0/source/src/imgui-core/modules/widgets/tree.cpp +0 -55
  51. py_imgui_redux-3.4.0/source/src/imnodes/bind-imnodes.cpp +0 -12
  52. py_imgui_redux-3.4.0/source/src/imnodes/modules/imnodes-context.cpp +0 -364
  53. py_imgui_redux-3.4.0/source/src/imnodes/modules/imnodes-enums.cpp +0 -80
  54. py_imgui_redux-3.4.0/source/src/imnodes/modules/imnodes-structs.cpp +0 -105
  55. py_imgui_redux-3.4.0/source/src/implot/bind-implot.cpp +0 -24
  56. py_imgui_redux-3.4.0/source/src/implot/modules/implot-colormap.cpp +0 -83
  57. py_imgui_redux-3.4.0/source/src/implot/modules/implot-context.cpp +0 -76
  58. py_imgui_redux-3.4.0/source/src/implot/modules/implot-enums.cpp +0 -275
  59. py_imgui_redux-3.4.0/source/src/implot/modules/implot-misc.cpp +0 -66
  60. py_imgui_redux-3.4.0/source/src/implot/modules/implot-plotting.cpp +0 -1374
  61. py_imgui_redux-3.4.0/source/src/implot/modules/implot-setup-funcs.cpp +0 -160
  62. py_imgui_redux-3.4.0/source/src/implot/modules/implot-structs.cpp +0 -111
  63. py_imgui_redux-3.4.0/source/src/implot/modules/implot-tools.cpp +0 -147
  64. py_imgui_redux-3.4.0/source/src/implot/modules/implot-utils.cpp +0 -171
  65. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/LICENSE +0 -0
  66. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/MANIFEST.in +0 -0
  67. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/README.md +0 -0
  68. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/pybind11_stubgen.py +0 -0
  69. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/setup.cfg +0 -0
  70. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/setup.py +0 -0
  71. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/CMakeLists.txt +0 -0
  72. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glad/include/KHR/khrplatform.h +0 -0
  73. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glad/include/glad/gl.h +0 -0
  74. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glad/src/gl.c +0 -0
  75. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/.appveyor.yml +0 -0
  76. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/.editorconfig +0 -0
  77. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/.git +0 -0
  78. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/.gitattributes +0 -0
  79. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/.gitignore +0 -0
  80. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/.mailmap +0 -0
  81. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/CMake/GenerateMappings.cmake +0 -0
  82. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/CMake/Info.plist.in +0 -0
  83. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/CMake/cmake_uninstall.cmake.in +0 -0
  84. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/CMake/glfw3.pc.in +0 -0
  85. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/CMake/glfw3Config.cmake.in +0 -0
  86. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/CMake/i686-w64-mingw32-clang.cmake +0 -0
  87. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/CMake/i686-w64-mingw32.cmake +0 -0
  88. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/CMake/modules/FindEpollShim.cmake +0 -0
  89. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/CMake/modules/FindOSMesa.cmake +0 -0
  90. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/CMake/x86_64-w64-mingw32-clang.cmake +0 -0
  91. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/CMake/x86_64-w64-mingw32.cmake +0 -0
  92. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/CMakeLists.txt +0 -0
  93. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/CONTRIBUTORS.md +0 -0
  94. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/LICENSE.md +0 -0
  95. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/README.md +0 -0
  96. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/getopt.c +0 -0
  97. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/getopt.h +0 -0
  98. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/glad/gl.h +0 -0
  99. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/glad/gles2.h +0 -0
  100. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/glad/vulkan.h +0 -0
  101. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/linmath.h +0 -0
  102. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/mingw/_mingw_dxhelper.h +0 -0
  103. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/mingw/dinput.h +0 -0
  104. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/mingw/xinput.h +0 -0
  105. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/nuklear.h +0 -0
  106. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/nuklear_glfw_gl2.h +0 -0
  107. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/stb_image_write.h +0 -0
  108. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/tinycthread.c +0 -0
  109. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/tinycthread.h +0 -0
  110. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/wayland/fractional-scale-v1.xml +0 -0
  111. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/wayland/idle-inhibit-unstable-v1.xml +0 -0
  112. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/wayland/pointer-constraints-unstable-v1.xml +0 -0
  113. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/wayland/relative-pointer-unstable-v1.xml +0 -0
  114. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/wayland/viewporter.xml +0 -0
  115. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/wayland/wayland.xml +0 -0
  116. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/wayland/xdg-activation-v1.xml +0 -0
  117. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/wayland/xdg-decoration-unstable-v1.xml +0 -0
  118. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/deps/wayland/xdg-shell.xml +0 -0
  119. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/examples/CMakeLists.txt +0 -0
  120. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/examples/boing.c +0 -0
  121. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/examples/gears.c +0 -0
  122. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/examples/glfw.icns +0 -0
  123. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/examples/glfw.ico +0 -0
  124. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/examples/glfw.rc +0 -0
  125. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/examples/heightmap.c +0 -0
  126. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/examples/offscreen.c +0 -0
  127. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/examples/particles.c +0 -0
  128. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/examples/sharing.c +0 -0
  129. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/examples/splitview.c +0 -0
  130. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/examples/triangle-opengl.c +0 -0
  131. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/examples/triangle-opengles.c +0 -0
  132. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/examples/wave.c +0 -0
  133. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/examples/windows.c +0 -0
  134. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/include/GLFW/glfw3.h +0 -0
  135. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/include/GLFW/glfw3native.h +0 -0
  136. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/CMakeLists.txt +0 -0
  137. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/cocoa_init.m +0 -0
  138. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/cocoa_joystick.h +0 -0
  139. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/cocoa_joystick.m +0 -0
  140. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/cocoa_monitor.m +0 -0
  141. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/cocoa_platform.h +0 -0
  142. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/cocoa_time.c +0 -0
  143. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/cocoa_time.h +0 -0
  144. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/cocoa_window.m +0 -0
  145. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/context.c +0 -0
  146. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/egl_context.c +0 -0
  147. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/glfw.rc.in +0 -0
  148. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/glx_context.c +0 -0
  149. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/init.c +0 -0
  150. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/input.c +0 -0
  151. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/internal.h +0 -0
  152. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/linux_joystick.c +0 -0
  153. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/linux_joystick.h +0 -0
  154. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/mappings.h +0 -0
  155. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/mappings.h.in +0 -0
  156. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/monitor.c +0 -0
  157. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/nsgl_context.m +0 -0
  158. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/null_init.c +0 -0
  159. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/null_joystick.c +0 -0
  160. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/null_joystick.h +0 -0
  161. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/null_monitor.c +0 -0
  162. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/null_platform.h +0 -0
  163. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/null_window.c +0 -0
  164. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/osmesa_context.c +0 -0
  165. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/platform.c +0 -0
  166. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/platform.h +0 -0
  167. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/posix_module.c +0 -0
  168. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/posix_poll.c +0 -0
  169. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/posix_poll.h +0 -0
  170. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/posix_thread.c +0 -0
  171. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/posix_thread.h +0 -0
  172. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/posix_time.c +0 -0
  173. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/posix_time.h +0 -0
  174. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/vulkan.c +0 -0
  175. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/wgl_context.c +0 -0
  176. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/win32_init.c +0 -0
  177. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/win32_joystick.c +0 -0
  178. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/win32_joystick.h +0 -0
  179. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/win32_module.c +0 -0
  180. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/win32_monitor.c +0 -0
  181. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/win32_platform.h +0 -0
  182. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/win32_thread.c +0 -0
  183. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/win32_thread.h +0 -0
  184. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/win32_time.c +0 -0
  185. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/win32_time.h +0 -0
  186. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/win32_window.c +0 -0
  187. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/window.c +0 -0
  188. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/wl_init.c +0 -0
  189. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/wl_monitor.c +0 -0
  190. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/wl_platform.h +0 -0
  191. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/wl_window.c +0 -0
  192. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/x11_init.c +0 -0
  193. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/x11_monitor.c +0 -0
  194. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/x11_platform.h +0 -0
  195. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/x11_window.c +0 -0
  196. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/xkb_unicode.c +0 -0
  197. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/glfw/src/xkb_unicode.h +0 -0
  198. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imconfig/bind-imconfig.h +0 -0
  199. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/.editorconfig +0 -0
  200. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/.git +0 -0
  201. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/.gitattributes +0 -0
  202. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/.gitignore +0 -0
  203. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/LICENSE.txt +0 -0
  204. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_allegro5.cpp +0 -0
  205. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_allegro5.h +0 -0
  206. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_android.cpp +0 -0
  207. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_android.h +0 -0
  208. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_dx10.cpp +0 -0
  209. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_dx10.h +0 -0
  210. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_dx11.cpp +0 -0
  211. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_dx11.h +0 -0
  212. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_dx12.cpp +0 -0
  213. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_dx12.h +0 -0
  214. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_dx9.cpp +0 -0
  215. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_dx9.h +0 -0
  216. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_glfw.cpp +0 -0
  217. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_glfw.h +0 -0
  218. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_glut.cpp +0 -0
  219. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_glut.h +0 -0
  220. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_metal.h +0 -0
  221. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_metal.mm +0 -0
  222. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_opengl2.cpp +0 -0
  223. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_opengl2.h +0 -0
  224. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_opengl3.cpp +0 -0
  225. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_opengl3.h +0 -0
  226. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_opengl3_loader.h +0 -0
  227. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_osx.h +0 -0
  228. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_osx.mm +0 -0
  229. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_sdl2.cpp +0 -0
  230. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_sdl2.h +0 -0
  231. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_sdl3.cpp +0 -0
  232. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_sdl3.h +0 -0
  233. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_sdlgpu3.cpp +0 -0
  234. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_sdlgpu3.h +0 -0
  235. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_sdlgpu3_shaders.h +0 -0
  236. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_sdlrenderer2.cpp +0 -0
  237. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_sdlrenderer2.h +0 -0
  238. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_sdlrenderer3.cpp +0 -0
  239. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_sdlrenderer3.h +0 -0
  240. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_vulkan.cpp +0 -0
  241. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_vulkan.h +0 -0
  242. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_wgpu.cpp +0 -0
  243. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_wgpu.h +0 -0
  244. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_win32.cpp +0 -0
  245. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/imgui_impl_win32.h +0 -0
  246. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/sdlgpu3/build_instructions.txt +0 -0
  247. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/sdlgpu3/shader.frag +0 -0
  248. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/sdlgpu3/shader.vert +0 -0
  249. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/vulkan/build_instructions.txt +0 -0
  250. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/vulkan/generate_spv.sh +0 -0
  251. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/vulkan/glsl_shader.frag +0 -0
  252. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/backends/vulkan/glsl_shader.vert +0 -0
  253. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/imconfig.h +0 -0
  254. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/imgui.cpp +0 -0
  255. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/imgui.h +0 -0
  256. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/imgui_demo.cpp +0 -0
  257. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/imgui_draw.cpp +0 -0
  258. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/imgui_internal.h +0 -0
  259. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/imgui_tables.cpp +0 -0
  260. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/imgui_widgets.cpp +0 -0
  261. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/imstb_rectpack.h +0 -0
  262. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/imstb_textedit.h +0 -0
  263. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/imstb_truetype.h +0 -0
  264. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/README.txt +0 -0
  265. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/cpp/README.txt +0 -0
  266. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/cpp/imgui_stdlib.cpp +0 -0
  267. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/cpp/imgui_stdlib.h +0 -0
  268. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/debuggers/README.txt +0 -0
  269. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/debuggers/imgui.gdb +0 -0
  270. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/debuggers/imgui.natstepfilter +0 -0
  271. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/debuggers/imgui.natvis +0 -0
  272. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/fonts/Cousine-Regular.ttf +0 -0
  273. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/fonts/DroidSans.ttf +0 -0
  274. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/fonts/Karla-Regular.ttf +0 -0
  275. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/fonts/ProggyClean.ttf +0 -0
  276. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/fonts/ProggyTiny.ttf +0 -0
  277. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/fonts/Roboto-Medium.ttf +0 -0
  278. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/fonts/binary_to_compressed_c.cpp +0 -0
  279. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/freetype/README.md +0 -0
  280. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/freetype/imgui_freetype.cpp +0 -0
  281. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/freetype/imgui_freetype.h +0 -0
  282. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imgui/misc/single_file/imgui_single_file.h +0 -0
  283. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/.clang-format +0 -0
  284. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/.clang-tidy +0 -0
  285. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/.git +0 -0
  286. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/.gitignore +0 -0
  287. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/.gitmodules +0 -0
  288. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/CMakeLists.txt +0 -0
  289. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/LICENSE.md +0 -0
  290. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/README.md +0 -0
  291. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/example/color_node_editor.cpp +0 -0
  292. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/example/graph.h +0 -0
  293. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/example/hello.cpp +0 -0
  294. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/example/main.cpp +0 -0
  295. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/example/multi_editor.cpp +0 -0
  296. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/example/node_editor.h +0 -0
  297. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/example/save_load.cpp +0 -0
  298. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/img/imnodes.gif +0 -0
  299. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/imnodes.cpp +0 -0
  300. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/imnodes.h +0 -0
  301. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/imnodes_internal.h +0 -0
  302. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/imnodes/vcpkg.json +0 -0
  303. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/implot/.git +0 -0
  304. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/implot/LICENSE +0 -0
  305. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/implot/README.md +0 -0
  306. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/implot/TODO.md +0 -0
  307. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/implot/implot.cpp +0 -0
  308. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/implot/implot.h +0 -0
  309. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/implot/implot_demo.cpp +0 -0
  310. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/implot/implot_internal.h +0 -0
  311. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/implot/implot_items.cpp +0 -0
  312. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/.appveyor.yml +0 -0
  313. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/.clang-format +0 -0
  314. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/.clang-tidy +0 -0
  315. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/.cmake-format.yaml +0 -0
  316. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/.codespell-ignore-lines +0 -0
  317. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/.git +0 -0
  318. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/.gitattributes +0 -0
  319. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/.gitignore +0 -0
  320. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/.pre-commit-config.yaml +0 -0
  321. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/.readthedocs.yml +0 -0
  322. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/CMakeLists.txt +0 -0
  323. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/LICENSE +0 -0
  324. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/MANIFEST.in +0 -0
  325. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/README.rst +0 -0
  326. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/SECURITY.md +0 -0
  327. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/attr.h +0 -0
  328. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/buffer_info.h +0 -0
  329. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/cast.h +0 -0
  330. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/chrono.h +0 -0
  331. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/common.h +0 -0
  332. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/complex.h +0 -0
  333. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/detail/class.h +0 -0
  334. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/detail/common.h +0 -0
  335. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/detail/descr.h +0 -0
  336. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/detail/init.h +0 -0
  337. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/detail/internals.h +0 -0
  338. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/detail/type_caster_base.h +0 -0
  339. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/detail/typeid.h +0 -0
  340. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/eigen/common.h +0 -0
  341. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/eigen/matrix.h +0 -0
  342. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/eigen/tensor.h +0 -0
  343. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/eigen.h +0 -0
  344. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/embed.h +0 -0
  345. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/eval.h +0 -0
  346. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/functional.h +0 -0
  347. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/gil.h +0 -0
  348. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/gil_safe_call_once.h +0 -0
  349. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/iostream.h +0 -0
  350. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/numpy.h +0 -0
  351. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/operators.h +0 -0
  352. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/options.h +0 -0
  353. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/pybind11.h +0 -0
  354. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/pytypes.h +0 -0
  355. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/stl/filesystem.h +0 -0
  356. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/stl.h +0 -0
  357. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/stl_bind.h +0 -0
  358. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/type_caster_pyobject_ptr.h +0 -0
  359. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/include/pybind11/typing.h +0 -0
  360. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/noxfile.py +0 -0
  361. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/pybind11/__init__.py +0 -0
  362. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/pybind11/__main__.py +0 -0
  363. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/pybind11/_version.py +0 -0
  364. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/pybind11/commands.py +0 -0
  365. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/pybind11/py.typed +0 -0
  366. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/pybind11/setup_helpers.py +0 -0
  367. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/pyproject.toml +0 -0
  368. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/setup.cfg +0 -0
  369. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/setup.py +0 -0
  370. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/FindCatch.cmake +0 -0
  371. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/FindEigen3.cmake +0 -0
  372. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/FindPythonLibsNew.cmake +0 -0
  373. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/JoinPaths.cmake +0 -0
  374. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/check-style.sh +0 -0
  375. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/cmake_uninstall.cmake.in +0 -0
  376. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/codespell_ignore_lines_from_errors.py +0 -0
  377. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/libsize.py +0 -0
  378. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/make_changelog.py +0 -0
  379. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/pybind11.pc.in +0 -0
  380. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/pybind11Common.cmake +0 -0
  381. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/pybind11Config.cmake.in +0 -0
  382. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/pybind11NewTools.cmake +0 -0
  383. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/pybind11Tools.cmake +0 -0
  384. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/pyproject.toml +0 -0
  385. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/setup_global.py.in +0 -0
  386. {py_imgui_redux-3.4.0 → py_imgui_redux-3.4.1}/third-party/pybind11/tools/setup_main.py.in +0 -0
  387. {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 source/inc)
25
+ set(INCLUDE_DIR py-imgui-redux/inc)
26
26
 
27
- set(IMGUI_ROOT source/src)
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)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: py-imgui-redux
3
- Version: 3.4.0
3
+ Version: 3.4.1
4
4
  Summary: A python wrapper for DearImGUI and popular extensions
5
5
  Author: Alagyn
6
6
  Project-URL: Homepage, https://github.com/alagyn/py-imgui-redux
@@ -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
@@ -7,7 +7,7 @@ egg_base = "build"
7
7
 
8
8
  [project]
9
9
  name = "py-imgui-redux"
10
- version = "3.4.0"
10
+ version = "3.4.1"
11
11
  authors = [{ name = "Alagyn" }]
12
12
  description = "A python wrapper for DearImGUI and popular extensions"
13
13
  readme = "README.md"
@@ -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,21 +0,0 @@
1
- #pragma once
2
-
3
- #include <glad/gl.h>
4
-
5
- class Texture
6
- {
7
- public:
8
- int width;
9
- int height;
10
- int numChannels;
11
-
12
- GLuint texID;
13
-
14
- Texture()
15
- : width(0)
16
- , height(0)
17
- , numChannels(0)
18
- , texID(0)
19
- {
20
- }
21
- };
@@ -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,5 +0,0 @@
1
- #pragma once
2
- #include <pybind11/numpy.h>
3
- #include <pybind11/stl.h>
4
-
5
- template<typename T> using arr = pybind11::array_t<T, pybind11::array::c_style>;
@@ -1,10 +0,0 @@
1
- #pragma once
2
-
3
- // clang-format off
4
-
5
- // Classes
6
- #define RW(struct_, var) def_readwrite(#var, &struct_::var)
7
- #define RO(struct_, var) def_readonly(#var, &struct_::var)
8
- #define DEF(struct_, func) #func, &struct_::func
9
-
10
- // clang-format on
@@ -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
- }