Closed manuelk closed 11 years ago
still need to fix simpleCPU and evalTest examples
If you haven't done it already, I'll take a look at cleaning up simpleCpu. On Feb 8, 2013 2:09 PM, "Manuel Kraemer" notifications@github.com wrote:
still need to fix simpleCPU and evalTest examples
— Reply to this email directly or view it on GitHubhttps://github.com/PixarAnimationStudios/OpenSubdiv/issues/117#issuecomment-13314894..
sorry - haven't had the time to revamp simpleCPU yet
if you are thinking about taking this on : we could probably use a better name as some users have been confused thinking it was a "CPU only" demo, when it actually requires GL...
TIA
M.
On 02/08/2013 03:33 PM, Jeremy Cowles wrote:
If you haven't done it already, I'll take a look at cleaning up simpleCpu. On Feb 8, 2013 2:09 PM, "Manuel Kraemer" notifications@github.com wrote:
still need to fix simpleCPU and evalTest examples
— Reply to this email directly or view it on GitHubhttps://github.com/PixarAnimationStudios/OpenSubdiv/issues/117#issuecomment-13314894..
— Reply to this email directly or view it on GitHub https://github.com/PixarAnimationStudios/OpenSubdiv/issues/117#issuecomment-13320415..
I just checked in a change to get simpleCPU and evalTest building and running again, at least on OSX. Couldn't think of a better name for simpleCPU though. Maybe minimalDraw. Hmmm. simpleViewer? helloWorld?
Looks like mainGlut.cpp wasn't renamed and the GLUT support still needed to be swapped out, so there were build issues under linux.
I submitted a pull request to fix those issues.
However, evalTest still has issues under linux as it's still using GLUT to draw text.
Thanks Jeremy! I'll take a look at evalTest.
We have moved to GLFW - time to cleanup GLUT references.