Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: The Salesman on April 26, 2008, 11:55:58 pm

Title: How do I set up an OpenGL GLUT project ?
Post by: The Salesman on April 26, 2008, 11:55:58 pm
I already have the platform SDK installed

Any help would be appreciated, thanks
Title: Re: How do I set up an OpenGL GLUT project ?
Post by: Barking_Mad on April 27, 2008, 03:34:30 am
Need info. What OS are you on?

In Linux you just create a codeblocks GLUT project and compile :P

You need to specify the $(#glut) global variable and point CB to GLUTs include and lib directories and thats about it, i had to modify one of the lib names also.

See these attached images.

[attachment deleted by admin]
Title: Re: How do I set up an OpenGL GLUT project ?
Post by: MortenMacFly on April 27, 2008, 09:05:21 am
Did you try the GLUT wizard already?! It ships with C::B.