How do you install GLUT and OpenGL in Visual Studio 2012?

前端 未结 11 2071
悲哀的现实
悲哀的现实 2020-11-30 20:43

I just installed Visual Studio 2012 today, and I was wondering how can you install GLUT and OpenGL on the platform?

11条回答
  •  無奈伤痛
    2020-11-30 20:44

    Use NupenGL Nuget package. It is actively updated and works with VS 2013 and 2015, whereas Freeglut Nuget package works with earlier versions of Visual Studio only (as of 10/14/2015).

    Also, follow this blog post for easy instructions on working with OpenGL and Glut in VS.

提交回复
热议问题