What Libraries should i use for a commercial game

Started by
4 comments, last by jbadams 12 years, 11 months ago
What Libraries should i use for a commercial game?
i can program i python and i am aiming for a 3d game

any help world be great


thanks dave
Advertisement
Try this out and see if any of these tickle your fancy: http://wiki.python.org/moin/PythonGameLibraries :)
AMD Phenom II X6 1090T 3.2GHz
XFX ATI Radeon 5770 1GB GDDR5
ASUS M4A89GTD Pro USB 3.0
CORSAIR XMS3 4GB 1600MHz
THERMALTAKE V3
SEAGATE 500GB
WINDOWS 7 ULTIMATE 64 Bit
He said 3d, so Pygame is not advised, rather:
panda3d
That was the time, the Golden Age, when C-64 and Amiga ruled!
Depends on your level of programming experience. You'd get the best performance by working with DirectX directly (I'm assuming Windows is your goal), but DirectX is not the simplest thing to pick up.

If you've got only minor programming experience, I've heard Unity3D doesn't require much programming knowledge.

If you've got plenty of programming experience, but directly using DirectX is a bit too much for you, Irrlicht and Ogre are popular free libraries.
Hi

Panda3D rocks :]
I recommend it.
I agree with those who have suggested [color="#0000FF"]Panda3D -- it's a good choice for someone already experienced with Python wanting to make a 3d game, and has been used in a number of commercial games including at least one Massively Multiplayer Online Game from Disney ([color="#0000FF"]Pirates of the Caribbean Online). You can see the [color="#0000FF"]feature list here, and the [color="#0000FF"]documentation here. It's also both free and open-sourced, even for commercial use.

Note that Panda3D may have a steep learning curve if you're still a beginner, although it should be easy to pick up if you've had a reasonable amount of experience with Python.


If you're after an alternative that is simpler to start with you could take a look at [color="#0000FF"]Unity3d as nfries88 suggested above. Unity scripting can be done with C#, UnityScript (similar to JavaScript), or with Boo (similar to Python), although a lot of work can also be done with pretty minimal scripting, and the community and documentation are very helpful.

[size="1"]Note: At the time of posting something is messed up in the forum stylesheet and links aren't standing out from normal text, so I've manually set the text of links to be bright blue as a work-around.

- Jason Astle-Adams

This topic is closed to new replies.

Advertisement