Svoboda | Graniru | BBC Russia | Golosameriki | Facebook

To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Managed DirectX

From Wikipedia, the free encyclopedia

Managed DirectX (MDX) is Microsoft's deprecated API for DirectX programming on .NET Framework. MDX can be used from any language on .NET Framework (via the Common Language Runtime). MDX can be used to develop multimedia and interactive applications (e.g. games, compiled only to x86), enabling high performance graphical representation and enabling the programmer to make use of modern graphical hardware while working inside the .NET Framework.

YouTube Encyclopedic

  • 1/3
    Views:
    2 309
    14 862
    15 466
  • 01 - DirectX + C# 3D basic Terrain Generator Tutorial (setting up DX plus 1 basic triangle)
  • Using Managed DirectX with VB.net Tutorial 1
  • DirectX Programming Tutorial With C# Game Development Creating The Graphics Device #1 (No Xna)

Transcription

Overview

Managed DirectX was first released in 2002 to allow less complicated access to the DirectX API through the .NET framework. The Managed DirectX SDK allows developers access to numerous classes which allow the rendering of 3D graphics (Direct3D) and the other DirectX API's in a much easier, object-oriented manner. MDX, however, does not support the newer APIs such as Direct3D 10, XInput, and XAudio 2.

MDX is deprecated in favor of XNA Game Studio Express. It is, however, possible to use some other, more direct APIs to the DirectX framework such as the open-source SlimDX and SharpDX project.

Versions

MDX 1.1

  • This was the first version available and still is the current stable version.
  • Can be used under .NET Framework versions 1.1 and 2.0.
  • Provides an object-oriented API that implements functionality very similar to DirectX 9.

MDX 2.0 beta

  • Was canceled while still in beta. Is no longer available.
  • MDX 2.0 was replaced by Microsoft XNA (DirectX New Architecture).
  • The API differed from MDX 1.1 in a number of places.

External links

This page was last edited on 9 June 2022, at 21:22
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.