An open API service indexing awesome lists of open source software.

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

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.