pyopengl vs directpython

G

Gigs_

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


thx
 
D

Diez B. Roggisch

Gigs_ said:
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
 
S

sturlamolden

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.
 
G

Gigs_

thanks

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,053
Latest member
billing-software

Latest Threads

Top