StarsX / ComputeRasterLinks
Real-time software rasterizer using compute shaders, including vertex processing stage (IA and vertex shaders), bin rasterization, tile rasterization (coarse rasterization), and pixel rasterization (fine rasterization, which calls the pixel shaders).
☆120Updated 6 months ago
Alternatives and similar repositories for ComputeRaster
Users that are interested in ComputeRaster are comparing it to the libraries listed below
Sorting:
- A voxel cone traced realtime Global Illumination rendering engine in dx12, wip☆59Updated 3 years ago
- XUSG, XU's supreme graphics lib, is a handy wrapper currently for DirectX 12. It can be a good reference for designing your own DX12 wrap…☆124Updated this week
- Real-Time Global Illumination using Precomputed Light Field Probes☆124Updated 7 years ago
- Spatially Hashed Radiance Cache (SHaRC) Library☆87Updated last week
- Implementation of "Dynamic Diffuse Global Illumination with Ray-Traced Irradiance Fields"☆66Updated 4 years ago
- ☆163Updated 4 years ago
- Demo code for the compressed shadow maps project☆50Updated 5 years ago
- ReSTIR GI Implementation on Falcor 5.1 based on the source code provided by Daqi Lin for his ReSTIR PT paper☆85Updated 2 years ago
- Assets used during the creation of SEED's Project PICA PICA☆76Updated 5 years ago
- Intel® Graphics Optimized Temporal Anti-Aliasing (TAA)☆123Updated 2 years ago
- RT-RSM is a real-time Global Illumination technique using GPU ray tracing☆62Updated 5 years ago
- A multithreaded C++ program that uses raytracing and photon mapping to render photorealistic images of 3D environments☆67Updated 6 years ago
- Variable Rate Shading and Depth of Field☆100Updated 2 years ago
- Collection of meshlet generation algorithms☆118Updated 6 months ago
- A sample demonstrating hybrid ray tracing and rasterisation for reflections.☆57Updated 3 years ago
- Customizable compute shader for fast cache-aware mipmap generation☆54Updated last year
- a CPU/GPU physically based renderer☆34Updated 2 years ago
- Ray Traced Ambient Occlusion (RTAO) implemented using DirectX Raytracing (DXR)☆81Updated 6 years ago
- White furnace test implementation for GGX/Smith☆38Updated 7 years ago
- An implementation of NVIDIA's paper "Efficient Incoherent Ray Traversal on GPUs Through Compressed Wide BVHs"☆124Updated 9 months ago
- Source code for the paper "ReSTIR Subsurface Scattering for Real-Time Path Tracing" (HPG 2024)☆49Updated 8 months ago
- A hybrid rendering pipeline that combines rasterization and raytracing stages to generate real-time effects.☆62Updated 4 years ago
- Master's thesis implementing real-time global illumination method.☆156Updated 7 years ago
- HLSL code for https://developer.nvidia.com/blog/optimizing-compute-shaders-for-l2-locality-using-thread-group-id-swizzling/☆66Updated last year
- A hybrid Vulkan renderer with a Render Graph, capable of real-time global illumination and ray-traced reflections.☆41Updated 2 years ago
- Vision is a GPU physically based renderer☆43Updated this week
- Horizon Based Ambient Occlusion☆118Updated 9 years ago
- Global Illumination using Spherical Harmonics☆83Updated 4 years ago
- Simple DirectX 12 toy framework for testing Global Illumination: Reflective Shadow Mapping, Light Propagation Volume, Voxel Cone Tracing,…☆83Updated 2 years ago
- Authors' implementation of our SIGGRAPH Asia 2021 Technical Communications (Viewport-Resolution Independent Anti-Aliased Ray Marching on …☆32Updated 7 months ago