All Projects → dalance → D2dControl

dalance / D2dControl

Licence: MIT License
WPF Control for Direct2D with SharpDX

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to D2dControl

Direct2D
🏓 Direct2D所有版本(1.0至1.3)的示例代码 / All sample codes of Direct2D (1.0~1.3)
Stars: ✭ 54 (-22.86%)
Mutual labels:  direct2d
wpf-demos
This repository contains the samples for Syncfusion WPF UI Controls and File Format libraries and the guide to use them.
Stars: ✭ 128 (+82.86%)
Mutual labels:  wpf-controls
FFmpegPlayer
Simple FFmpeg video player
Stars: ✭ 72 (+2.86%)
Mutual labels:  direct2d
TimsWpfControls
Some missing WPF Controls that integrates with MahApps.Metro
Stars: ✭ 29 (-58.57%)
Mutual labels:  wpf-controls
HandyControl
WPF HandyControl各个控件使用案例;修改主题、颜色、语言。
Stars: ✭ 49 (-30%)
Mutual labels:  wpf-controls
kcanvas
Yet another 2D API abstraction
Stars: ✭ 29 (-58.57%)
Mutual labels:  direct2d
Grass.DirectX
Realistic Grass Rendering using DirectX 11 and a geometry-shader based approach.
Stars: ✭ 56 (-20%)
Mutual labels:  sharpdx
DirectN
Direct interop Code for .NET Framework, .NET Core and .NET 5+ : DXGI, WIC, DirectX 9 to 12, Direct2D, Direct Write, Direct Composition, Media Foundation, WASAPI, CodecAPI, GDI, Spatial Audio, DVD, Windows Media Player, UWP DXInterop, etc.
Stars: ✭ 128 (+82.86%)
Mutual labels:  direct2d
TextLayoutSampler
Utility to display text via multiple Windows API's simultaneously (D2D, DWrite, GDI, GDI+).
Stars: ✭ 22 (-68.57%)
Mutual labels:  direct2d
DTXMania2
DTXMania2は、音楽と流れる譜面に合わせてドラムを演奏するドラムトレーニングツールです。
Stars: ✭ 72 (+2.86%)
Mutual labels:  sharpdx
DotNetKit.Wpf.AutoCompleteComboBox
ComboBox with filtering (auto-complete) for WPF
Stars: ✭ 66 (-5.71%)
Mutual labels:  wpf-controls
NumericUpDownLib
Implements numeric up down WPF controls to edit/display values (byte, integer, short, ushort etc.) with a textbox and optional up/down arrow (repeat) buttons. Value editing is possible by dragging the mouse vertically/horizontally, clicking up/down buttons, using up/down or left right cursor keys, spinning mousewheel on mouseover, or editing th…
Stars: ✭ 68 (-2.86%)
Mutual labels:  wpf-controls
Handycontrol
Contains some simple and commonly used WPF controls
Stars: ✭ 3,349 (+4684.29%)
Mutual labels:  wpf-controls
nodify
High performance and modular controls for node-based editors designed for data-binding and MVVM.
Stars: ✭ 282 (+302.86%)
Mutual labels:  wpf-controls
ModernWpf
Modern styles and controls for your WPF applications without need WinRT
Stars: ✭ 65 (-7.14%)
Mutual labels:  wpf-controls
WPF-Keyboard-Control
WPF Keyboard Control
Stars: ✭ 53 (-24.29%)
Mutual labels:  wpf-controls
Gorgon
A modular set of libraries for .Net that are useful for graphics and video game development.
Stars: ✭ 49 (-30%)
Mutual labels:  sharpdx

D2dControl

Build status

D2dControl is a WPF Control for Direct2D with SharpDX.

Install

Download from nuget

Dependencies

  • SharpDX ( >= 3.0.0 )

Usage

Create a class derived from D2dControl.D2dControl, and override Render method. In Render method, you can use SharpDX.Direct2D1.RenderTarget for calling Direct2D functions. See sample project for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].