You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 7, 2024. It is now read-only.
I'd love to use this project in my research, but I cannot seem to get it to compile. Configurations I've tried:
Ubuntu 20.04 (WSL), branch use-libimplot-so-3, with CYTHON: implot/cimplot.pxd:11:0: 'imgui/cimgui/ImGuiMouseButton.pxd' not found
Ubuntu 20.04 (WSL), branch use-libimplot-so-3, without CYTHON: implot-cpp/implot.h:26:10: fatal error: imgui.h: No such file or directory
Ubuntu 20.04 (WSL), branch main, with CYTHON: implot-cpp/implot.h:26:10: fatal error: imgui.h: No such file or directory
Ubuntu 20.04 (WSL), branch main, without CYTHON: config-cpp/py_imconfig.cpp:2:10: fatal error: plot.h: No such file or directory
Windows 11, branch use-libimplot-so-3, with CYTHON: implot\cimplot.pxd:11:0: 'imgui\cimgui\ImGuiMouseButton.pxd' not found
Windows 11, branch use-libimplot-so-3, without CYTHON: implot\cimplot.pxd:11:0: 'implot-cpp\implot.h(26): fatal error C1083: Cannot open include file: 'imgui.h': No such file or directory
If I work around the missing plot.h by unsetting PYIMGUI_CUSTOM_EXCEPTION, I still run into 'imgui.h': No such file or directory
Additionally, setup.py references 'imgui.data', but I cannot seem to find such a file or directory, where is it supposed to reside?
Would you be able to provide more up-to-date compilation instructions? Including information about which exact compiler and library versions are confirmed working? Also, which version of pyimgui should users install?
Hi!
I'd love to use this project in my research, but I cannot seem to get it to compile. Configurations I've tried:
implot/cimplot.pxd:11:0: 'imgui/cimgui/ImGuiMouseButton.pxd' not foundimplot-cpp/implot.h:26:10: fatal error: imgui.h: No such file or directoryimplot-cpp/implot.h:26:10: fatal error: imgui.h: No such file or directoryconfig-cpp/py_imconfig.cpp:2:10: fatal error: plot.h: No such file or directoryimplot\cimplot.pxd:11:0: 'imgui\cimgui\ImGuiMouseButton.pxd' not foundimplot\cimplot.pxd:11:0: 'implot-cpp\implot.h(26): fatal error C1083: Cannot open include file: 'imgui.h': No such file or directoryIf I work around the missing plot.h by unsetting PYIMGUI_CUSTOM_EXCEPTION, I still run into
'imgui.h': No such file or directoryAdditionally, setup.py references 'imgui.data', but I cannot seem to find such a file or directory, where is it supposed to reside?
Would you be able to provide more up-to-date compilation instructions? Including information about which exact compiler and library versions are confirmed working? Also, which version of pyimgui should users install?
Thanks,
Erik