7 skills found
RobyDX / SharpDX DemoDirectX11 Tutorial based on SharpDx library
Dan6040 / SharpDX Rastertek TutorialsThis is a C# repository based off the Rastertek Tutorial Series posted on www.Rastertek.com, is a literal conversion of the C++ implementations posted on the WebSite, to a .NET C# based implementation using SharpDX 3.0.2, DirectX 11 & WinForms. This is intended for C# developers to use as a reference when trying to learn DirectX 11 3D programming, especially when most examples using DirectX are written in C++, so this repo is mimiking ALOT of common C++ DirectX style code writing but in your favorite language C#! So please unless you find an error its not intended for new contributions, its easy to run these tutorials as I have included a Winforms UI for executing every Tutorial example found on www.Rastertek.com. Enjoy!.
mrjfalk / SharpDXTutorialsCode for my SharpDX Tutorials at www.johanfalk.eu.
r2d2rigo / MyFirstDirect2D SharpDXA simple tutorial on how to draw basic 2D shapes in a Windows Store DirectX app using SharpDX and Direct2D.
r2d2rigo / MyFirstDirectWriteA simple tutorial on how to draw text using DirectWrite and Direct2D on Windows Store DirectX apps using SharpDX.
r2d2rigo / UniversalAppSharpDXSharpDX tutorial for initializing a Direct3D context in a C#/XAML Universal App for Windows and Windows Phone.
r2d2rigo / Direct2DBitmapsA simple tutorial on how to load and draw bitmaps in a Windows Store DirectX app using SharpDX, Direct2D and WIC.