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 4 months ago
Alternatives and similar repositories for ComputeRaster
Users that are interested in ComputeRaster are comparing it to the libraries listed below
Sorting:
- 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…☆123Updated last week
- A voxel cone traced realtime Global Illumination rendering engine in dx12, wip☆58Updated 3 years ago
- Real-Time Global Illumination using Precomputed Light Field Probes☆124Updated 7 years ago
- ReSTIR GI Implementation on Falcor 5.1 based on the source code provided by Daqi Lin for his ReSTIR PT paper☆84Updated 2 years ago
- Spatially Hashed Radiance Cache (SHaRC) Library☆77Updated 5 months ago
- ☆160Updated 4 years ago
- Intel® Graphics Optimized Temporal Anti-Aliasing (TAA)☆120Updated 2 years ago
- HLSL code for https://developer.nvidia.com/blog/optimizing-compute-shaders-for-l2-locality-using-thread-group-id-swizzling/☆65Updated last year
- RT-RSM is a real-time Global Illumination technique using GPU ray tracing☆62Updated 5 years ago
- Implementation of "Dynamic Diffuse Global Illumination with Ray-Traced Irradiance Fields"☆66Updated 4 years ago
- Real-Time dynamic global illumination based on surfel. This project is based on GIBS presented at SIGGRAPH 2021. Implemented with Falcor …☆95Updated 10 months ago
- Master's thesis implementing real-time global illumination method.☆156Updated 7 years ago
- Demo code for the compressed shadow maps project☆48Updated 5 years ago
- a CPU/GPU physically based renderer☆34Updated 2 years ago
- Assets used during the creation of SEED's Project PICA PICA☆76Updated 5 years ago
- A demo of various normal map filtering techniques for reducing specular aliasing☆86Updated 7 years ago
- Global Illumination using Spherical Harmonics☆79Updated 4 years ago
- Horizon Based Ambient Occlusion☆117Updated 9 years ago
- Customizable compute shader for fast cache-aware mipmap generation☆51Updated 10 months ago
- Source code for the paper "ReSTIR Subsurface Scattering for Real-Time Path Tracing" (HPG 2024)☆48Updated 7 months ago
- A multithreaded C++ program that uses raytracing and photon mapping to render photorealistic images of 3D environments☆66Updated 6 years ago
- Collection of meshlet generation algorithms☆114Updated 4 months ago
- A demo for order independent transparency using pixel synchronization (GL_ARB_fragment_shader_interlock)☆68Updated 3 months ago
- Authors' implementation of my SIGGRAPH Asia 2019 Technical Briefs (The Power of Box Filters: Real-time Approximation to Large Convolution…☆56Updated 4 months ago
- A sample demonstrating hybrid ray tracing and rasterisation for reflections.☆57Updated 3 years ago
- Variable Rate Shading and Depth of Field☆98Updated 2 years ago
- DDGI Minecraft is based on the 2019 SIGGRAPH paper, Dynamic Diffuse Global Illumination with Ray-Traced Irradiance Fields (2019), where w…☆85Updated 4 years ago
- A C++/DirectX 11 implementation of "A Scalable and Production Ready Sky and Atmosphere Rendering Technique"☆87Updated 4 years ago
- LucidRaster: real-time GPU software rasterizer for exact OIT☆41Updated 5 months ago
- A hybrid rendering pipeline that combines rasterization and raytracing stages to generate real-time effects.☆61Updated 4 years ago