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).
☆113Updated 3 weeks ago
Related projects ⓘ
Alternatives and complementary repositories for ComputeRaster
- 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…☆119Updated this week
- ☆50Updated 3 years ago
- A voxel cone traced realtime Global Illumination rendering engine in dx12, wip☆52Updated 3 years ago
- This demo implements BVH construction and GPU traversal for rendering hard shadows.☆128Updated 3 years ago
- ☆152Updated 3 years ago
- Real-Time Global Illumination using Precomputed Light Field Probes☆115Updated 6 years ago
- Collection of meshlet generation algorithms☆93Updated 10 months ago
- Vulkan implementation of ReSTIR☆146Updated 2 years ago
- Vision is a GPU physically based renderer☆32Updated this week
- An implementation of NVIDIA's paper "Efficient Incoherent Ray Traversal on GPUs Through Compressed Wide BVHs"☆104Updated 5 years ago
- A C++/DirectX 11 implementation of "A Scalable and Production Ready Sky and Atmosphere Rendering Technique"☆68Updated 3 years ago
- ReSTIR GI Implementation on Falcor 5.1 based on the source code provided by Daqi Lin for his ReSTIR PT paper☆75Updated last year
- Real-time Global Illumination with Vulkan Ray Tracing API☆92Updated last year
- Assets used during the creation of SEED's Project PICA PICA☆72Updated 5 years ago
- A demo of various normal map filtering techniques for reducing specular aliasing☆84Updated 6 years ago
- Simple DirectX 12 toy framework for testing Global Illumination: Reflective Shadow Mapping, Light Propagation Volume, Voxel Cone Tracing,…☆72Updated last year
- A demo for order independent transparency using pixel synchronization (GL_ARB_fragment_shader_interlock)☆64Updated 2 months ago
- Master's thesis implementing real-time global illumination method.☆151Updated 6 years ago
- a CPU/GPU physically based renderer☆34Updated last year
- A hybrid rendering pipeline that combines rasterization and raytracing stages to generate real-time effects.☆58Updated 3 years ago
- Intel® Graphics Optimized Temporal Anti-Aliasing (TAA)☆109Updated last year
- HLSL code for https://developer.nvidia.com/blog/optimizing-compute-shaders-for-l2-locality-using-thread-group-id-swizzling/☆57Updated 8 months ago
- Variable Rate Shading and Depth of Field☆98Updated last year
- White furnace test implementation for GGX/Smith☆37Updated 6 years ago
- Global Illumination using Spherical Harmonics☆67Updated 3 years ago
- A DXR path tracer with OptiX denoising. 5 months worth of research, trial & error as part of a project to learn and understand DirectX Ra…☆100Updated 5 years ago
- Ray tracing sample using GGX reflection model, 1spp with spatial-temporal denoiser. Acceleration structure build uses async compute.☆48Updated 3 weeks ago
- Authors' implementation of my SIGGRAPH Asia 2019 Technical Briefs (The Power of Box Filters: Real-time Approximation to Large Convolution…☆55Updated 3 weeks ago
- physically based path tracer on gpu☆56Updated 4 years ago
- Ray Traced Ambient Occlusion (RTAO) implemented using DirectX Raytracing (DXR)☆72Updated 5 years ago