Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 5 of 5

Thread: open gl and xcode

  1. #1
    Guest

    open gl and xcode

    I took an open gl class about 1.5 to 2 years ago and am trying to get my programs working so I can make movies of them...the ones I had got lost over time....anyway...I used to use project builder or msvisual studio to make and run the programs....but project builder has been replaced by x-code...and I can't get xcode to run my programs to save my life....PLEASE HELP!!!

    Brandy@infraredsky.com

  2. #2
    Advanced Member Frequent Contributor
    Join Date
    Dec 2001
    Location
    Wellington, New Zealand
    Posts
    548

    Re: open gl and xcode

    http://onesadcookie.com/Tutorials should get you started.

  3. #3
    Guest

    Re: open gl and xcode

    thanks for the help. I have a header file that I normally use, and need to use for parts of my program to work. Where in the project structure should I place it?

    One thing online said to put it in the Classes directory, but in this case there is none

  4. #4
    Guest

    Re: open gl and xcode

    I got it working thanks a ton....is there a way of including my header file....cause the only way I got it to work was to cut it and paste it into my main file...which is kinda silly

  5. #5
    Advanced Member Frequent Contributor
    Join Date
    Dec 2001
    Location
    Wellington, New Zealand
    Posts
    548

    Re: open gl and xcode

    add it to your project and #include it........

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •