Nicholas Yue
Nicholas Yue
I did a git checkout -b dev which seems to be the same as master, anyway, I build both the master and dev My limited testing are generally positive as...
Yes, I think making the examples require OpenGL 4.x should be sufficient as they are the ones running the shader code. The shader code loaded if one builds with OpenGL...
Thanks Michael. I am making some progress. After the call to save() [I get a dictionary], what calls/method is there to write that out to a CWL file I can...
Thank you, got it writing out CWL/YAML file.
@BrianHanke how did you get past the ALSA requirements ?
@BrianHanke Thanks for the breadcrumb. Are you able to share the URL to the Windows build guide ? The repo has build guides for Centos, Rocky but not Windows
I get the following opencolorio/vcpkg error, any idea ? I know there is some minimum cmake version, is there some minimum git version required ? ``` -- VCPKG: install from...
I have some naive questions. 1. Why are we leveraging vcpkg, powershell (from the ASWF discussion, specific powershell version) ? 2. Is it practical to build the individual dependencies e.g....
Thank you @eloop , something for me to chew on. Maybe some of the compiler flags are generating instructions that chokes on Intel cpu.
I have also repeated the test with docker desktop on Windows. echo %ERRORLEVEL% returns 139 after docker downloaded and seemly ran the comman ``` C:\Users\yueni\temp>docker run -ti -v c:/Users/yueni/temp:/root/workdir --rm...