PixarAnimationStudios / OpenSubdiv

An Open-Source subdivision surface library.
graphics.pixar.com/opensubdiv
Other
2.9k stars 565 forks source link

Remove Glut dependencies #117

Closed manuelk closed 11 years ago

manuelk commented 11 years ago

We have moved to GLFW - time to cleanup GLUT references.

manuelk commented 11 years ago

still need to fix simpleCPU and evalTest examples

jcowles commented 11 years ago

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..

manuelk commented 11 years ago

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..

gelder commented 11 years ago

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?

jcowles commented 11 years ago

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.

gelder commented 11 years ago

Thanks Jeremy! I'll take a look at evalTest.