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 2 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☆57Updated 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…☆123Updated 2 months ago
- ☆54Updated 4 years ago
- Simple DirectX 12 toy framework for testing Global Illumination: Reflective Shadow Mapping, Light Propagation Volume, Voxel Cone Tracing,…☆79Updated last year
- Collection of meshlet generation algorithms☆108Updated 2 months ago
- Ray Traced Ambient Occlusion (RTAO) implemented using DirectX Raytracing (DXR)☆76Updated 6 years ago
- A hybrid rendering pipeline that combines rasterization and raytracing stages to generate real-time effects.☆61Updated 4 years ago
- Voxel cone traced dynamic global illumination.☆51Updated last year
- Horizon Based Ambient Occlusion☆118Updated 9 years ago
- Intel® Graphics Optimized Temporal Anti-Aliasing (TAA)☆118Updated 2 years ago
- Assets used during the creation of SEED's Project PICA PICA☆76Updated 5 years ago
- Real-Time Global Illumination using Precomputed Light Field Probes☆122Updated 7 years ago
- Master's thesis implementing real-time global illumination method.☆156Updated 6 years ago
- Sample that uses VK_NV_cluster_acceleration_structure to animate meshes for ray tracing☆46Updated last month
- Real-time Global Illumination with Vulkan Ray Tracing API☆97Updated 2 years ago
- An implementation of NVIDIA's paper "Efficient Incoherent Ray Traversal on GPUs Through Compressed Wide BVHs"☆124Updated 5 months ago
- Personal repository of tutorials and examples to understand the basics of DirectX 12 Raytracing (DXR)☆59Updated 4 years ago
- Vision is a GPU physically based renderer☆35Updated this week
- Implementation of "Dynamic Diffuse Global Illumination with Ray-Traced Irradiance Fields"☆66Updated 4 years ago
- Demo code for the compressed shadow maps project☆46Updated 5 years ago
- Sample for cluster-based continuous level of detail rasterization or ray tracing☆65Updated 3 weeks ago
- LucidRaster: real-time GPU software rasterizer for exact OIT☆39Updated 3 months ago
- A C++/DirectX 11 implementation of "A Scalable and Production Ready Sky and Atmosphere Rendering Technique"☆81Updated 3 years ago
- a CPU/GPU physically based renderer☆34Updated 2 years ago
- ☆97Updated 7 years ago
- ReSTIR GI Implementation on Falcor 5.1 based on the source code provided by Daqi Lin for his ReSTIR PT paper☆83Updated 2 years ago
- HLSL code for https://developer.nvidia.com/blog/optimizing-compute-shaders-for-l2-locality-using-thread-group-id-swizzling/☆64Updated last year
- Repo for KickstartRT demo application☆51Updated 2 years ago
- Micro-samples for Granite to read along with my blog post: http://themaister.net/blog/2019/04/14/a-tour-of-granites-vulkan-backend-part-1…☆19Updated 6 years ago
- This demo implements BVH construction and GPU traversal for rendering hard shadows.☆132Updated 4 years ago