pyopengl vs directpython

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gigs_

    #1

    pyopengl vs directpython

    can someone tell me which is better for making 3d game in python.
    something like tennis simulation


    thx
  • Diez B. Roggisch

    #2
    Re: pyopengl vs directpython

    Gigs_ wrote:
    can someone tell me which is better for making 3d game in python.
    something like tennis simulation
    OpenGL is platform-agnostic. If you ever want to reach people on linux or
    macs, use that.

    Beyond that I've got no idea which is technically superior - but John
    Carmack seems to favor OpenGL :)

    Diez

    Comment

    • sturlamolden

      #3
      Re: pyopengl vs directpython

      On Feb 28, 2:59 pm, "Diez B. Roggisch" <d...@nospam.we b.dewrote:
      OpenGL is platform-agnostic. If you ever want to reach people on linux or
      macs, use that.
      >
      Beyond that I've got no idea which is technically superior - but John
      Carmack seems to favor OpenGL :)
      To ask which is better, OpenGL or Direct3D, is trolling with flame
      bait.

      Both systems deliver excellent 3D graphics, and which is faster
      depends on the video card.

      There are also PyOGRE and Panda3D (from Disney), and PyGame (the
      project seems to be torpid).

      John Carmack denounced the Direct3D8. DirectPython uses Direct3D9 and
      hides away the nasty COM-programming details.






















      Comment

      • Gigs_

        #4
        Re: pyopengl vs directpython

        thanks

        hey, is there any good tutorial for directpython?
        or maybe you could suggest me the book

        Comment

        Working...