Results 1 to 5 of 5

Thread: OpenGL and Python

  1. #1
    Join Date
    Jan 2007
    Location
    Milkyway
    Beans
    669
    Distro
    Kubuntu 12.04 Precise Pangolin

    OpenGL and Python

    Hello there,

    I am interested in learning to work with OpenGL (i'd like to be able to work on desktop environment eg. applets, witgets etc.)
    So far i have learnt how to use python only, i also learnt basis of Tkinter.
    I have found complete books on OpenGl but it mostly assumes the reader works in C. Do you know of any comprehensive tutorial/book which could help me learn to use OpenGl with Python? (and recent i.e. not NeHe as i have read it's old stuff and not recommended to begin with.)

    Thanks.
    B.

  2. #2
    Join Date
    Jan 2007
    Location
    Milkyway
    Beans
    669
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: OpenGL and Python

    Hi there,

    Anyone knows a pyOpenGL tutorial that's written for Python and that is up to date?

    Thanks.
    B.

  3. #3
    Join Date
    Mar 2006
    Beans
    279

    Re: OpenGL and Python

    Opengl is really not that different in python .
    Get a bit familiar with something like pygame to get window creation and input easily out of the way, and just experiment with the C tutorials.

    Usually the only difference is that some calls are a bit more 'pythonic' .
    This should help identifying such differences.
    I want to live in this alternate universe T___T

  4. #4
    Join Date
    Jan 2007
    Location
    Milkyway
    Beans
    669
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: OpenGL and Python

    OK thanks! imma try with that.

  5. #5
    Join Date
    Dec 2008
    Location
    UK
    Beans
    438
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: OpenGL and Python

    this book has 3 chapters on PyOpenGL

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
  •