https://github.com/viral32111/graphicsexperiments
  
  
    Experimenting with DirectX graphics on Win32 applications. 
    https://github.com/viral32111/graphicsexperiments
  
direct2d graphics win32 windows
        Last synced: 7 months ago 
        JSON representation
    
Experimenting with DirectX graphics on Win32 applications.
- Host: GitHub
 - URL: https://github.com/viral32111/graphicsexperiments
 - Owner: viral32111
 - License: unlicense
 - Created: 2022-08-04T10:49:52.000Z (over 3 years ago)
 - Default Branch: main
 - Last Pushed: 2023-01-24T23:32:29.000Z (almost 3 years ago)
 - Last Synced: 2025-02-14T21:27:06.678Z (9 months ago)
 - Topics: direct2d, graphics, win32, windows
 - Language: C++
 - Homepage: https://docs.microsoft.com/en-us/windows/win32/learnwin32/learn-to-program-for-windows
 - Size: 33.2 KB
 - Stars: 0
 - Watchers: 2
 - Forks: 0
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE.txt
 - Security: SECURITY.md
 
 
Awesome Lists containing this project
README
          # Graphics Experiments
These are my experiments around creating graphics with [GDI](https://docs.microsoft.com/en-us/windows/win32/gdi/windows-gdi), [Direct2D](https://docs.microsoft.com/en-us/windows/win32/direct2d/direct2d-portal), and [DirectWrite](https://docs.microsoft.com/en-us/windows/win32/directwrite/direct-write-portal) on [Win32 applications](https://docs.microsoft.com/en-us/windows/win32/desktop-programming).
This is an C++20 / C17 project, that uses the Windows subsystem, developed in Visual Studio 2022.
## Screenshot
Currently the application draws a yellow-to-green gradient rectangle with a black outline, and a black empty circle in the middle of it.
