A D3D11-aware WinForms control for SlimDX
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Torben Könke ec480df49b Increase version 10 years ago
Example Adding a simple example application 10 years ago
Properties Increase version 10 years ago
.gitignore Initial commit 10 years ago
D3D11Control.cs Bugfixes and some refactoring 10 years ago
D3D11Control.designer.cs Initial commit 10 years ago
LICENSE Initial commit 10 years ago
README.md Update README.md 10 years ago
SlimDX.D3D11Control.csproj Adding solution file and updating README 10 years ago
SlimDX.D3D11Control.sln Adding a simple example application 10 years ago
packages.config Initial commit 10 years ago

README.md

SlimDX.D3D11Control

SlimDX.D3D11Control is a D3D11-aware WinForms control for use with SlimDX. It takes care of the boilerplate of device context initialization and swapchain setup. It also provides a couple of useful properties for configuring vertical synchronization, setting the rasterizer's cull- and fillmode, etc. but otherwise won't get in your way.

Installation

SlimDX.D3D11Control is available as a NuGet Package downloadable from within Visual Studio. Simply add the package to your project by right-clicking on references and selecting Manage NuGet packages. Once the dialog appears, enter SlimDX.D3D11Control into the search box in the top right corner. After a few seconds, the results will be displayed in the centre panel. Select the SlimDX.D3D11Control package and click Install.

Usage

Once installed, the D3D11Control component should automatically popup in the Toolbox window from which you can then simply drag it onto a form.

Documentation

You can browse the online documentation here. A minimalistic example application can be found in the /Example directory of the solution. You can also take a look at the MultiRes3d application which makes use of the control.

Simple WinForms Application

Credits

This library is copyright © 2014-2015 Torben Könke.

License

This library is released under the MIT license.