when pixar opens its code

it ends up with opensubdiv, running on all desktop platforms! SUPER easy to install and to compile! git clone git@github.com:PixarAnimationStudios/OpenSubdiv.git cd OpenSubdiv/ mkdri bin cd bin cmake -G Xcode -D NO_PTEX=1 -D NO_DOC=1 \ -D NO_OMP=1 -D NO_TBB=1 -D NO_CUDA=1 -D NO_OPENCL=1 -D NO_CLEW=1 \ -D GLFW_LOCATION=”YOUR GLFW INSTALL LOCATION” \ make enter in the …