nBodyD3D12
DirectX 12 SDK
Provides DirectX 12 APIs and sample projects to build graphics-intensive applications on Windows
This repo contains the DirectX Graphics samples that demonstrate how to build graphics intensive applications on Windows.
57 stars
11 watching
18 forks
Language: C++
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
gpuopen-librariesandsdks/hellod3d12 | An introductory Direct3D 12 sample demonstrating window creation and rendering of a textured quad with proper resource management. | 148 |
gpuopen-librariesandsdks/cauldron | A framework for rapid prototyping and development of graphics applications using Vulkan or DirectX 12 | 922 |
gpuopen-librariesandsdks/barycentrics12 | Sample code demonstrating how to use shader extensions in DirectX 12 for accessing barycentric intrinsic instructions in HLSL pixel shaders. | 11 |
gpuopen-librariesandsdks/d3d12memoryallocator | A memory allocation library designed to simplify resource creation and management in Direct3D 12 applications. | 750 |
microsoft/directxtk12 | A collection of helper classes for writing DirectX 12 C++ code | 1,510 |
gpuopen-drivers/pal | An abstraction layer between 3D graphics drivers and hardware/operating system details | 364 |
andrejnau/flycube | A low-level graphics API providing features like ray tracing and support for multiple backends | 388 |
gpuopen-librariesandsdks/v-ez | A wrapper API to simplify the use of Vulkan for game developers and graphics engineers | 865 |
d3dcoder/d3d12book | Sample code and resources for learning DirectX 12 game programming | 1,528 |
gpuopen-drivers/xgl | Translates Vulkan API commands into PAL commands to enable graphics rendering | 215 |
gpuopen-librariesandsdks/ags_sdk | A C++ library and SDK for querying AMD GPU software and hardware state information | 246 |
diligentgraphics/diligentcore | A modern cross-platform low-level graphics API implementation | 631 |
diligentgraphics/diligentsamples | Demonstrates the usage of Diligent Engine for rendering 3D graphics and provides sample applications to learn its API | 338 |
shobomaru/hellod3d12 | Direct3D 12 test and demonstration code for rendering 3D graphics | 61 |
dougbinks/rccpp_dx11_example | A tutorial project demonstrating how to add runtime compiled C++ features to a DirectX11 Dear ImGui example for rapid development and iteration | 42 |