b0nes164 / ShaderOneSweep
A compute shader implementation of the OneSweep sorting algorithm.
☆60Updated 7 months ago
Related projects ⓘ
Alternatives and complementary repositories for ShaderOneSweep
- Source Code for Eurographics 2024 Short Paper "Real-time Seamless Object Space Shading"☆69Updated 6 months ago
- How to do DXT/BCn texture compression in Unity using compute shaders☆72Updated last year
- ☆41Updated last year
- Demo 2D implementation of radiance cascade global illumination in Unity.☆47Updated 3 months ago
- A custom Scriptable Render Pipeline using ray tracing only.☆21Updated last year
- A path tracing demo using hardware accelerated ray tracing in Unity☆122Updated 4 months ago
- GPU LBVH builder implemented in Vulkan and GLSL.☆29Updated last year
- ☆43Updated last year
- Spatially Hashed Radiance Cache (SHaRC) Library☆49Updated 3 months ago
- HLSL code for https://developer.nvidia.com/blog/optimizing-compute-shaders-for-l2-locality-using-thread-group-id-swizzling/☆57Updated 8 months ago
- A nearly complete collection of prefix sum algorithms implemented in CUDA, D3D12, Unity and WGPU. Theoretically portable to all wave/warp…☆86Updated this week
- State of the art sorting and segmented sorting, including OneSweep. Implemented in CUDA, D3D12, and Unity style compute shaders. Theoreti…☆139Updated last month
- Real-Time Shading with Polyhedral Lights using Silhouette Detection☆35Updated 3 years ago
- Authors' implementation of our SIGGRAPH Asia 2021 Technical Communications (Viewport-Resolution Independent Anti-Aliased Ray Marching on …☆31Updated last week
- This project collects multiple compute shader based ray tracing samples for Unity. The main purpose of this project is demonstrating how …☆68Updated 2 years ago
- real time ASTC texture compression by computer shader☆71Updated 2 years ago
- A Unity demo of real-time volumetric clouds using a variety of methods as described in other scholarly material.☆69Updated 4 years ago
- A Vulkan implementation of the Visibility Buffer rendering method with hardware tessellation☆18Updated 5 years ago
- a CPU/GPU physically based renderer☆34Updated last year
- Bloom using FFT to accelerate convolution, with Unity URP☆95Updated last year
- Implementation of "Dynamic Diffuse Global Illumination with Ray-Traced Irradiance Fields"☆63Updated 3 years ago
- Source code for the paper "ReSTIR Subsurface Scattering for Real-Time Path Tracing" (HPG 2024)☆38Updated 2 months ago
- ☆16Updated 3 months ago
- Real-Time dynamic global illumination based on surfel. This project is based on GIBS presented at SIGGRAPH 2021. Implemented with Falcor …☆71Updated 2 months ago
- Signed distance field (SDF) generation by amortized ray tracing, SDF AO, and SDF soft shadow☆23Updated 11 months ago
- Real-time global illumination using screen-space information for Unity HDRP☆62Updated last week
- Real-time software rasterizer using compute shaders, including vertex processing stage (IA and vertex shaders), bin rasterization, tile r…☆112Updated 2 weeks ago
- Unity ComputeShader implementation of BVH(Bounding Volume Hierarchy) based mesh hit checking.☆80Updated 10 months ago
- Simple DXR powered PathTracer in Unity☆51Updated 5 years ago