StarsX / ComputeRaster
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).
☆118Updated last week
Alternatives and similar repositories for ComputeRaster:
Users that are interested in ComputeRaster are comparing it to the libraries listed below
- Collection of meshlet generation algorithms☆100Updated last week
- A voxel cone traced realtime Global Illumination rendering engine in dx12, wip☆54Updated 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…☆122Updated last week
- Master's thesis implementing real-time global illumination method.☆154Updated 6 years ago
- ☆54Updated 4 years ago
- Personal repository of tutorials and examples to understand the basics of DirectX 12 Raytracing (DXR)☆55Updated 4 years ago
- Simple DirectX 12 toy framework for testing Global Illumination: Reflective Shadow Mapping, Light Propagation Volume, Voxel Cone Tracing,…☆73Updated last year
- An implementation of NVIDIA's paper "Efficient Incoherent Ray Traversal on GPUs Through Compressed Wide BVHs"☆117Updated 3 months ago
- Voxel cone traced dynamic global illumination.☆46Updated last year
- Real-Time Global Illumination using Precomputed Light Field Probes☆116Updated 6 years ago
- A demo of various normal map filtering techniques for reducing specular aliasing☆84Updated 6 years ago
- A hybrid rendering pipeline that combines rasterization and raytracing stages to generate real-time effects.☆61Updated 4 years ago
- ☆156Updated 4 years ago
- Ray Traced Ambient Occlusion (RTAO) implemented using DirectX Raytracing (DXR)☆74Updated 6 years ago
- This demo implements BVH construction and GPU traversal for rendering hard shadows.☆132Updated 4 years ago
- Intel® Graphics Optimized Temporal Anti-Aliasing (TAA)☆113Updated 2 years ago
- Assets used during the creation of SEED's Project PICA PICA☆74Updated 5 years ago
- A Real-Time Path Tracing Reconstruction based on Blockwise Multi-order Feature Regression and implemented with DXR☆68Updated 5 years ago
- Horizon Based Ambient Occlusion☆116Updated 9 years ago
- a CPU/GPU physically based renderer☆34Updated 2 years ago
- Customizable compute shader for fast cache-aware mipmap generation☆48Updated 6 months ago
- A C++/DirectX 11 implementation of "A Scalable and Production Ready Sky and Atmosphere Rendering Technique"☆77Updated 3 years ago
- A DirectX12-based C++-application that allows graphics programmers to learn and experiment with the new Work Graphs feature using HLSL sh…☆73Updated 4 months ago
- ReSTIR GI Implementation on Falcor 5.1 based on the source code provided by Daqi Lin for his ReSTIR PT paper☆80Updated 2 years ago
- RT-RSM is a real-time Global Illumination technique using GPU ray tracing☆62Updated 5 years ago
- Yet another approach to developing a personal 3D graphics engine. Windows + Direct3D 12.☆36Updated 2 years ago
- Implementation of "Dynamic Diffuse Global Illumination with Ray-Traced Irradiance Fields"☆66Updated 4 years ago
- Vision is a GPU physically based renderer☆34Updated this week
- Real-time Global Illumination with Vulkan Ray Tracing API☆96Updated 2 years ago
- A demo for order independent transparency using pixel synchronization (GL_ARB_fragment_shader_interlock)☆65Updated 6 months ago