jeremyong / paperbugLinks
An indexed compendium of graphics programming papers, articles, blog posts, presentations, and more
☆95Updated 3 years ago
Alternatives and similar repositories for paperbug
Users that are interested in paperbug are comparing it to the libraries listed below
Sorting:
- This sample showcases rasterizing and ray tracing displaced NVIDIA Micro-Mesh assets in Vulkan with and without the VK_NV_displacement_mi…☆96Updated 6 months ago
- A small dx12 base program I use to test shaders and techniques☆49Updated 3 years ago
- Graphics demo (DirectX 12, PBR, IBL, C++20 modules).☆67Updated 4 years ago
- A collection of primarily graphics programming focused blog posts.☆68Updated 9 months ago
- SH for HLSL 2021☆234Updated 5 months ago
- Programmable pulling experiments (based on OpenGL Insights "Programmable Vertex Pulling" article by Daniel Rakos)☆118Updated 8 years ago
- ☆134Updated 2 years ago
- Importance-sampled FAST Noise☆39Updated 2 months ago
- ☆83Updated 7 years ago
- Small library for D3D12. Provides assert-like macro for HLSL that crashes the GPU.☆52Updated 2 years ago
- Supplemental code accompanying Ray Tracing Gems II, Chapter 14: The Reference Path Tracer☆216Updated 3 months ago
- This demo implements BVH construction and GPU traversal for rendering hard shadows.☆132Updated 4 years ago
- Fast Indirect Illumination Using Two Virtual Spherical Gaussian Lights☆154Updated 2 weeks ago
- This sample uses D3D12 Sampler Feedback and DirectStorage as part of an asynchronous texture streaming solution.☆137Updated last year
- Variable Rate Shading and Depth of Field☆99Updated 2 years ago
- Binomial's fast high quality full-featured SIMD BC7 encoder.☆166Updated 2 years ago
- Vulkan triangle in ~380 lines of code☆62Updated last month
- Silhouette and toon shading post-processing with Vulkan