Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yottaawesome/direct2d-playground
Testing out Direct2D.
https://github.com/yottaawesome/direct2d-playground
List: direct2d-playground
2d-graphics cpp direct2d directx graphics win32 windows
Last synced: 7 days ago
JSON representation
Testing out Direct2D.
- Host: GitHub
- URL: https://github.com/yottaawesome/direct2d-playground
- Owner: yottaawesome
- License: mit
- Created: 2021-02-16T08:50:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-31T22:57:26.000Z (5 months ago)
- Last Synced: 2025-01-07T12:01:47.761Z (13 days ago)
- Topics: 2d-graphics, cpp, direct2d, directx, graphics, win32, windows
- Language: C++
- Homepage:
- Size: 2.64 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Direct2D Playground
## Introduction
Just a repo for fooling around with Direct2D.
## Additional resources
* [Direct2D on MSDN](https://docs.microsoft.com/en-us/windows/win32/direct2d/direct2d-portal)
* [Getting started with Direct2D](https://docs.microsoft.com/en-us/windows/win32/direct2d/getting-started-with-direct2d-nav)
* [Direct2D How-tos](https://docs.microsoft.com/en-us/windows/win32/direct2d/how-to-topics)
* [Samples index](https://docs.microsoft.com/en-us/windows/win32/direct2d/d2d-samples)
* [Windows Imaging Component](https://docs.microsoft.com/en-us/windows/win32/wic/-wic-lh)