Results 1 to 5 of 5

Thread: How to start with OpenGL programming?

  1. #1
    Join Date
    Sep 2006
    Beans
    391
    Distro
    Ubuntu 10.04 Lucid Lynx

    How to start with OpenGL programming?

    I would like to learn a bit about OpenGL programming.

    How and where can I start? Is there something I need to install?

  2. #2
    Join Date
    Jul 2007
    Location
    Austin, TX
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to start with OpenGL programming?

    Do you know any programming languages..?

  3. #3
    Join Date
    Sep 2006
    Beans
    391
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to start with OpenGL programming?

    sure, I done some programming in C/C++, a bit of Java.

    I just want to know if I need to install some drivers to do something with OpenGL. Or if I need any particular IDEs.

    I used Eclipse preciously when I used Gnome. But haven't installed any IDE when I changed to KDE few weeks ago.
    Last edited by Kdar; November 13th, 2010 at 01:55 AM.

  4. #4
    Join Date
    Sep 2008
    Beans
    274

    Re: How to start with OpenGL programming?

    I would recommend you look into using Qt Creator as your IDE as you explore the OpenGL world. The students in the graphics course at my university that are learning OpenGL program using that IDE.

  5. #5
    Join Date
    Apr 2006
    Beans
    800
    Distro
    Lubuntu 12.04 Precise Pangolin

    Re: How to start with OpenGL programming?

    In Java you can use jogl as OpenGL bindings. Install the libjogl-java package in Ubuntu.
    There's example code and tutorials all around the web, like in this wikipedia entry: http://en.wikipedia.org/wiki/Java_OpenGL
    And some demos of jogl in action here: https://jogl-demos.dev.java.net/
    Last edited by lykeion; November 13th, 2010 at 11:44 AM.

Bookmarks

Posting Permissions

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