First of all; thanks for the amazing tool! Finally a great standalone tool to program and debug shaders. I was looking for that for a long time. Aside from the debugger crashing at the moment for some reason everything works pretty well and it clearly is thought through well! Great work! Looking forward to also being able to use breakpoints and all that, which is just fantastic!
little thing:
For some reason when 'installing' SHADERed in a subfolder inside `Program Files' and using that path in the global VS Code settings.json configuration as executablePath, SHADERed never gets launched on debug.
It does get launched though when moving the SHADERed installation to within the project folder itself, so get it locally. For instance inside a bin folder inside the project folder.
So this does NOT work:
"shadered.executablePath": "C:\\Program Files\\SHADERed\\SHADERed.exe"
But this DOES work:
"shadered.executablePath": "X:\\projects\\shader-project\\bin\\SHADERed\\SHADERed.exe",
Although a small detail and easy to workaround, there is a big advantage in having SHADERed installed globally; its settings. So it would be nice if this could work in the future.
Anyway, keep up the great work!
SHADERed version: 1.5.6
SHADERed extension version: 0.0.5
First of all; thanks for the amazing tool! Finally a great standalone tool to program and debug shaders. I was looking for that for a long time. Aside from the debugger crashing at the moment for some reason everything works pretty well and it clearly is thought through well! Great work! Looking forward to also being able to use breakpoints and all that, which is just fantastic!
little thing:
For some reason when 'installing' SHADERed in a subfolder inside `Program Files' and using that path in the global VS Code settings.json configuration as executablePath, SHADERed never gets launched on debug.
It does get launched though when moving the SHADERed installation to within the project folder itself, so get it locally. For instance inside a
binfolder inside the project folder.So this does NOT work:
But this DOES work:
Although a small detail and easy to workaround, there is a big advantage in having SHADERed installed globally; its settings. So it would be nice if this could work in the future.
Anyway, keep up the great work!
SHADERed version: 1.5.6
SHADERed extension version: 0.0.5