Hi and welcome to the Delphi Games Development community.

Yes, DelphiX is rather simple and easy to use. However it is also very old and doesn't really take advantage of the latest in video card hardware. It is because of this that others have gone to great lengths to find and create new libraries that will run faster and take advantage of the newer versions of DirectX. It think most will make use of DirectX 8.x, however there are a good few that will support 9.x aswell.

That is all well and good for Win32 exclusive programmers, however there have been a few projects for OpenGL fans. I prefer this myself because it allows you to develop on essentially any platform of which either Delphi, Kylix or FreePascal(it's being considered and support for it impoved by at least one library I know of) will compile on.

Which API or library you wish to use will depend on which type of graphics you wish to use(2D or 3D?). Alot of people first use DelphiX at first to get their toes wet or for a quick solution. However if you plan a bit farther into the project it often fails to meet certant needs.

The DirectX libraries I know of are:

DelphiX
UnDelphiX [size=9px](modified version of DelphiX for support of DirectX 8.1 and made to work in Delphi 7)[/size]
Omega Project
PowerDraw [size=9px](to be replaced by a new component set based on the old versions of PowerDraw called Ashfire)[/size]
XCESS

The OpenGL libraries I know of are:

JEDI-SDL [size=9px](not really a graphics API, but rather a media/game API that supports opensource SDL)[/size]
GLScene [size=9px](3D graphics primarily)[/size]
GLXtreem [size=9px](again 3D)[/size]

Other interesting APIs, libraries and components I can point you towards are:

ISO Engine / Map Editor [size=9px](Not really a library, but an example of how to make an ISO game engine)[/size]
JEDI-SDL [size=9px](listed again, but it has all the nice API support for inputs, etc)[/size]
OpenAL [size=9px](for sound with OpenGL, this is the daddy. It also follows the same conventions and 'style' as OpenGL)[/size]

For MOD playback try[size=9px](if you don't know what this is visit this site)[/size]:

BASS [size=9px](free for freeware only, shareware and commercial will cost you)[/size]
FMOD [size=9px](free for freeware only, shareware and commercial will cost you)[/size]
OpenMOD [size=9px](this is just barely out of the starting line as far as development, but it will be completely open source and won't cost you a dime even if you create a WMD with it )[/size]

I've written a thread or two on this before here is the last one I can find. link

[size=9px][Small note to anyone else reading: There really should be some kind of list or posting here for this sort of thing. When the new site arives look for this as I am sure most of the staff are probably stating the same.][/size]