Pinned Repositories
directx-graphics-samples-rs
Rust port of the DirectX 12 Graphics Samples
DirectXShaderCompiler
This repo hosts the source for the DirectX Shader Compiler which is based on LLVM/Clang.
dplife
Damyan's Particle Life - experiments
gpuweb
Where the GPU for the Web work happens!
hlsl-specs
HLSL Specifications
imgui-d3d12-renderer
D3D12 renderer for Dear ImGUI based on rusty-d3d12 bindings
imgui-windows-d3d12-renderer
D3D12 renderer for Dear ImGUI based on windows-rs bindings
llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
SamplerFeedbackStreaming
This sample uses D3D12 Sampler Feedback as part of an asynchronous texture streaming solution.
SvgWin2D
(prototype) SVG renderer for Win2D
damyanp's Repositories
damyanp/SvgWin2D
(prototype) SVG renderer for Win2D
damyanp/directx-graphics-samples-rs
Rust port of the DirectX 12 Graphics Samples
damyanp/hlsl-specs
HLSL Specifications
damyanp/imgui-windows-d3d12-renderer
D3D12 renderer for Dear ImGUI based on windows-rs bindings
damyanp/DirectXShaderCompiler
This repo hosts the source for the DirectX Shader Compiler which is based on LLVM/Clang.
damyanp/dplife
Damyan's Particle Life - experiments
damyanp/gpuweb
Where the GPU for the Web work happens!
damyanp/imgui-d3d12-renderer
D3D12 renderer for Dear ImGUI based on rusty-d3d12 bindings
damyanp/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
damyanp/SamplerFeedbackStreaming
This sample uses D3D12 Sampler Feedback as part of an asynchronous texture streaming solution.
damyanp/SandCastleRepros
Minimal repros of SHFB issues
damyanp/sdk-api
Public contributions for win32 API documentation
damyanp/vscode
Visual Studio Code
damyanp/Win2D
Win2D is an easy-to-use Windows Runtime API for immediate mode 2D graphics rendering with GPU acceleration. It is available to C#, C++ and VB developers writing apps for the Windows Universal Platform (UWP). It utilizes the power of Direct2D, and integrates seamlessly with XAML and CoreWindow.
damyanp/win32
Public mirror for win32-pr
damyanp/win32metadata
Tooling to generate metadata for Win32 APIs in the Windows SDK.
damyanp/HLSLTest
Experimental Runtime test suite for HLSL
damyanp/wg-hlsl
HLSL Working Group documentation and task tracking.
damyanp/windows-rs
Rust for Windows
damyanp/YUVSample4