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
I am learning Vulkan with your sources
However, when I tried to build it
by running setup.bat
the error message says (premake5.exe)
Error: cannot open K:/a/wdev/vendor/imgui: No such file or directory
imgui folder was empty so, I copied github source of imgui there
but it still is not working
So, could you please help me with this issue?
Thank you and have a nice day, Cherno
The text was updated successfully, but these errors were encountered:
I am learning Vulkan with your sources However, when I tried to build it by running setup.bat the error message says (premake5.exe) Error: cannot open K:/a/wdev/vendor/imgui: No such file or directory
imgui folder was empty so, I copied github source of imgui there but it still is not working
So, could you please help me with this issue? Thank you and have a nice day, Cherno
May I know how you clone the repository?
Usually the imgui folder was empty cuz you clone the repository lost the --recursive parameters. So the full command like below:
It is now working perfect and I saw the beautiful imgui menus after I building it
So thank you again and have a great weekend, Wong
Best regards,
Dear Cherno How are you, Cherno
I am learning Vulkan with your sources However, when I tried to build it by running setup.bat the error message says (premake5.exe) Error: cannot open K:/a/wdev/vendor/imgui: No such file or directory
imgui folder was empty so, I copied github source of imgui there but it still is not working
So, could you please help me with this issue? Thank you and have a nice day, Cherno
May I know how you clone the repository? Usually the imgui folder was empty cuz you clone the repository lost the --recursive parameters. So the full command like below:
Uh oh!
There was an error while loading. Please reload this page.
Dear Cherno
How are you, Cherno
I am learning Vulkan with your sources
However, when I tried to build it
by running setup.bat
the error message says (premake5.exe)
Error: cannot open K:/a/wdev/vendor/imgui: No such file or directory
imgui folder was empty so, I copied github source of imgui there
but it still is not working
So, could you please help me with this issue?
Thank you and have a nice day, Cherno
The text was updated successfully, but these errors were encountered: