Software:SlimDX

From HandWiki
Revision as of 11:12, 24 July 2022 by imported>Gametune (fix)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
SlimDX
Slimdx-logo.svg
Developer(s)SlimDX Group
Stable release
January 2012
Operating systemMicrosoft Windows
LicenseMIT license
Websitegithub.com/SlimDX/slimdx

SlimDX is an open-source API to DirectX programming under .NET Framework. SlimDX can be used from any language under the .NET runtime (due to the CLR).

SlimDX can be used to develop multimedia and interactive applications (e.g. games). Enabling high performance graphical representation and enabling the programmer to make use of modern graphical hardware while working inside the .NET framework.

SlimDX was first publicly revealed in beta form on June 30, 2007. Since then it has grown at a rapid pace and now covers most multimedia APIs provided by Microsoft. As of the June 2008 release, it is no longer in beta and is considered stable. Several commercial projects and companies are using SlimDX, including Star Wars and Operation Flashpoint.[1][2]

For the March 2011 release, SlimDX fully supports the following APIs:

  • Direct3D 9.0c, 9.0 Ex, 10.0, 10.1, 11
  • DXGI 1.0, 1.1
  • DirectInput, XInput, Raw Input
  • DirectSound, XAudio 2, X3DAudio, XAPO, XACT3
  • Direct2D, DirectWrite

See also

References

External links