DirectX tutorial #1

Links: Up

This sample corresponds to tutorial #1 in the Managed DirectX SDK, and was provided by Jack Palevich (thanks Jack!). You will need to have the Managed DirectX SDK installed, and to adjust the path settings in the CreateDevice.fsharpp project (if using Visual Studio) and/or set the MANAGED_DX environment variable (if using build.bat).

The F# code in CreateDevice.fs is the main code for the sample.