This repository contains more than 100+ code samples using SharpDX (github)
The purpose of these samples is to give a grasp of each API/platform and how to access DirectX API from C#.
Disclaimer:
- Quality of all code samples here are not meant for production (precisely, all code for Dispose() on COM objects is not always written while this is critical for production)
- Samples are not exhaustive and not meant to demonstrate all DirectX API usages but only how to access DirectX from C#
- Clone this repository with git or simply download it as a zip file.
- Restore SharpDX nuget packages on first install (they are not included in the repository), either by:
- Restoring them from Visual Studio: Right click on the solution
Managed nuget packages for Solution...
and on the next window, click on the Restore button that should be displayed on a yellow bar at the top of the window - Or run
RestoreNugetPackages.bat
TODO
MIT