All Projects → Ray1024 → Direct2D

Ray1024 / Direct2D

Licence: other
🏓 Direct2D所有版本(1.0至1.3)的示例代码 / All sample codes of Direct2D (1.0~1.3)

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Direct2D

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 (+137.04%)
Mutual labels:  direct2d, wic, directwrite
TextLayoutSampler
Utility to display text via multiple Windows API's simultaneously (D2D, DWrite, GDI, GDI+).
Stars: ✭ 22 (-59.26%)
Mutual labels:  direct2d, directwrite
FFmpegPlayer
Simple FFmpeg video player
Stars: ✭ 72 (+33.33%)
Mutual labels:  direct2d, d2d
EPPlus.Sample.NetCore
EPPlus samples for .NET Core. More details in Readme.md.
Stars: ✭ 68 (+25.93%)
Mutual labels:  samples
Amplituda
Amlituda - an android library that calculates amplitudes from audio and provides data in different formats. Based on this data, you can draw waveform. Android audio amplitude library.
Stars: ✭ 75 (+38.89%)
Mutual labels:  samples
vertex-ai-samples
Sample code and notebooks for Vertex AI, the end-to-end machine learning platform on Google Cloud
Stars: ✭ 270 (+400%)
Mutual labels:  samples
desafiosInternos
Resultado da peregrinação com resolução de dúvidas interessantes
Stars: ✭ 15 (-72.22%)
Mutual labels:  samples
samples
Learn about Spice.ai with in-depth samples
Stars: ✭ 16 (-70.37%)
Mutual labels:  samples
db2-samples
Db2 application code, configuration samples, and other examples
Stars: ✭ 56 (+3.7%)
Mutual labels:  samples
wpf-demos
This repository contains the samples for Syncfusion WPF UI Controls and File Format libraries and the guide to use them.
Stars: ✭ 128 (+137.04%)
Mutual labels:  samples
Unity3D-JobsSystemAndBurstSamples
Examples of using the Job System in Unity 2018
Stars: ✭ 46 (-14.81%)
Mutual labels:  samples
EPPlus.Sample.NetFramework
EPPlus samples for .NET Framework. More details in Readme.md.
Stars: ✭ 31 (-42.59%)
Mutual labels:  samples
peachpie-samples
Sample projects demonstrating use of Peachpie - the PHP compiler and runtime for .NET
Stars: ✭ 44 (-18.52%)
Mutual labels:  samples
spring-cloud-circuitbreaker-demo
Samples demonstrating how to using Spring Cloud Circuitbreaker
Stars: ✭ 43 (-20.37%)
Mutual labels:  samples
playground
📚 Examples, projects, webprojects, skeletons for Nette Framework (@nette) from community members. Included @contributte @apitte @nettrine projects.
Stars: ✭ 23 (-57.41%)
Mutual labels:  samples
IC-Imaging-Control-Samples
Windows Sample in C#, C++, Python, LabVIEW and Java
Stars: ✭ 53 (-1.85%)
Mutual labels:  samples
WindowsAppSDK-Samples
Feature samples for the Windows App SDK
Stars: ✭ 238 (+340.74%)
Mutual labels:  samples
reisen
A simple library to extract video and audio frames from media containers (based on libav).
Stars: ✭ 41 (-24.07%)
Mutual labels:  samples
sdk-samples
EVER SDK samples
Stars: ✭ 37 (-31.48%)
Mutual labels:  samples
FlaxSamples
Collection of example projects for Flax Engine
Stars: ✭ 50 (-7.41%)
Mutual labels:  samples

Direct2D-Samples

这个仓库包含了我学习Direct2D过程中写的示例代码,所有版本(1.0至1.3)的代码示例都在这里,并不定时地更新。
同样也包含了DirectWrite和WIC等常用工具的示例。
大部分示例代码在我的博客中都有详细解释,如果您有任何疑问,可以去我的博客看详细介绍,也可以通过QQ联系我。

示例编写使用的IDE

Direct2D_1.0中使用的IDE为vs2010,其余均为vs2015。

Direct2D版本和windows sdk版本对应关系

Direct2D版本 windows sdk版本 头文件 Library DLL  示例地址
Direct2D_1.0 win7   d2d1.h   d2d1.lib d2d1.dll 示例
Direct2D_1.1 win8   d2d1_1.h d2d1.lib d2d1.dll 示例
Direct2D_1.2 win8.1 d2d1_2.h d2d1.lib d2d1.dll 示例
Direct2D_1.3 win10sdk版本 10.0.10586 d2d1_3.h d2d1.lib d2d1.dll 示例
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].