# SharpDX-Samples **Repository Path**: aduva/SharpDX-Samples ## Basic Information - **Project Name**: SharpDX-Samples - **Description**: Official repository for all SharpDX Samples - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-20 - **Last Updated**: 2024-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SharpDX Samples This repository contains more than 100+ code samples using [SharpDX](http://sharpdx.org) ([github](https://github.com/sharpdx/SharpDX)) 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# > ## Installing 1. Create a local directory `SharpDX` and clone this repository in it under `Samples` 1. Download latest 3.x dev zip package from http://sharpdx.org and unzip it under `SharpDX` directory. 2. You should have `SharpDX\Bin` along the `SharpDX\Samples` ## Content TODO ## Licensing MIT