DelphiX是对DirectX接口的封装,它将DirectX接口封装成Delphi组件,便于Delphi下的使用。它由12个可视组件组成,有针对Delphi3.0、4.0、5.0、7.0版的支持。
它是由Hiroyuki Hori编写的。DelphiX支持DirectX的所有技术(DirectDraw, Direct3D, DirectPlay, DirectInput等等……),使Delphi能编写出高质量的图像显示程序。
这些组件是:
TDXDraw - DirectDraw surface for graphic output
TDXDIB - DIB-Image
TDXImageList - Imagelist of DIB-Images
TDX3D - Direct3D support for TDXDraw surface
TDXSound - DirectSound support
TDXWave - Soundfile-component for DirectSound
TDXWaveList - Soundfile-list
TDXInput - DirectInput, controller support
TDXPlay - DirectPlay, for multiplayer network games
TDXSpriteEngine - Spriteengine for DirectDraw-surface
TDXTimer - High-performance Timer
TDXPaintBox - Like TPaintbox but faster
DelphiX 是用Delphi 编写游戏的最好帮手!!