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).
☆121Updated 10 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☆62Updated 4 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…☆126Updated last week
- Real-Time Global Illumination using Precomputed Light Field Probes☆128Updated 7 years ago
- ReSTIR GI Implementation on Falcor 5.1 based on the source code provided by Daqi Lin for his ReSTIR PT paper☆95Updated 3 years ago
- Collection of meshlet generation algorithms☆123Updated 2 months ago
- ☆163Updated 5 years ago
- Real-Time dynamic global illumination based on surfel. This project is based on GIBS presented at SIGGRAPH 2021. Implemented with Falcor …☆113Updated last year
- Global Illumination using Spherical Harmonics☆88Updated 5 years ago
- A multithreaded C++ program that uses raytracing and photon mapping to render photorealistic images of 3D environments☆70Updated 7 years ago
- RT-RSM is a real-time Global Illumination technique using GPU ray tracing☆64Updated 6 years ago
- Spatially Hashed Radiance Cache (SHaRC) Library☆100Updated last month
- HLSL code for https://developer.nvidia.com/blog/optimizing-compute-shaders-for-l2-locality-using-thread-group-id-swizzling/☆67Updated last year
- A demo of various normal map filtering techniques for reducing specular aliasing☆91Updated 3 months ago
- Implementation of "Dynamic Diffuse Global Illumination with Ray-Traced Irradiance Fields"☆69Updated 4 years ago
- Demo code for the compressed shadow maps project☆58Updated 6 years ago
- Horizon Based Ambient Occlusion☆119Updated 10 years ago
- Authors' implementation of my SIGGRAPH Asia 2019 Technical Briefs (The Power of Box Filters: Real-time Approximation to Large Convolution…☆108Updated 10 months ago
- A sample demonstrating hybrid ray tracing and rasterisation for shadow rendering and use of the FidelityFX Denoiser.☆65Updated 4 years ago
- a CPU/GPU physically based renderer☆34Updated 3 years ago
- Variable Rate Shading and Depth of Field☆100Updated 3 years ago
- Customizable compute shader for fast cache-aware mipmap generation☆56Updated last year
- Intel® Graphics Optimized Temporal Anti-Aliasing (TAA)☆126Updated 3 years ago
- An implementation of NVIDIA's paper "Efficient Incoherent Ray Traversal on GPUs Through Compressed Wide BVHs"☆127Updated last year
- Authors' implementation of my SIGGRAPH Asia 2019 Technical Briefs (The Power of Box Filters: Real-time Approximation to Large Convolution…☆56Updated 10 months ago
- Master's thesis implementing real-time global illumination method.☆160Updated 7 years ago
- Assets used during the creation of SEED's Project PICA PICA☆81Updated 6 years ago
- White furnace test implementation for GGX/Smith☆38Updated 8 years ago
- A hybrid rendering pipeline that combines rasterization and raytracing stages to generate real-time effects.☆66Updated 5 years ago
- A sample demonstrating hybrid ray tracing and rasterisation for reflections.☆57Updated 4 years ago
- OpenGL Renderer w/ FrameGraph☆114Updated 10 months ago