https://github.com/yottaawesome/directx-playground
Playing around with DirectX
https://github.com/yottaawesome/directx-playground
List: directx-playground
cpp directx directx12 game-development graphics windows
Last synced: about 12 hours ago
JSON representation
Playing around with DirectX
- Host: GitHub
- URL: https://github.com/yottaawesome/directx-playground
- Owner: yottaawesome
- License: mit
- Created: 2019-05-18T10:13:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2026-06-19T03:20:30.000Z (14 days ago)
- Last Synced: 2026-06-19T05:13:57.851Z (14 days ago)
- Topics: cpp, directx, directx12, game-development, graphics, windows
- Language: C
- Homepage:
- Size: 1.68 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DirectX 12 Playground
This is a repo for playing around with DirectX 12 and game programming in C++ -- something I don't do enough of.
## Repo structure
All source code of interest is located in `src`. Each project in `src` is contained in its own directory and explores a different facet of DirectX 12. A readme file is contained in each of these directories that gives additional information on what the project does.
## Using the code
All code is built with Visual Studio 2026 Community Edition and is targeting the latest Windows SDK. As long as you have these two installed, using the code should just be a case of cloning this repo, before opening, building and running the projects in VS2026.