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).
☆116Updated last month
Alternatives and similar repositories for ComputeRaster:
Users that are interested in ComputeRaster are comparing it to the libraries listed below
- 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 this week
- A voxel cone traced realtime Global Illumination rendering engine in dx12, wip☆54Updated 3 years ago
- Collection of meshlet generation algorithms☆100Updated last week
- ☆53Updated 4 years ago
- Implementation of "Dynamic Diffuse Global Illumination with Ray-Traced Irradiance Fields"☆66Updated 3 years ago
- A C++/DirectX 11 implementation of "A Scalable and Production Ready Sky and Atmosphere Rendering Technique"☆72Updated 3 years ago
- Real-time Global Illumination with Vulkan Ray Tracing API☆96Updated 2 years ago
- This demo implements BVH construction and GPU traversal for rendering hard shadows.☆132Updated 4 years ago
- Simple DirectX 12 toy framework for testing Global Illumination: Reflective Shadow Mapping, Light Propagation Volume, Voxel Cone Tracing,…☆71Updated last year
- Real-Time Global Illumination using Precomputed Light Field Probes☆116Updated 6 years ago
- Personal repository of tutorials and examples to understand the basics of DirectX 12 Raytracing (DXR)☆55Updated 4 years ago
- HLSL code for https://developer.nvidia.com/blog/optimizing-compute-shaders-for-l2-locality-using-thread-group-id-swizzling/☆62Updated 11 months ago
- A Real-Time Path Tracing Reconstruction based on Blockwise Multi-order Feature Regression and implemented with DXR☆68Updated 4 years ago
- Vision is a GPU physically based renderer☆33Updated this week
- Assets used during the creation of SEED's Project PICA PICA☆73Updated 5 years ago
- Vulkan implementation of ReSTIR☆153Updated 2 years ago
- A hybrid rendering pipeline that combines rasterization and raytracing stages to generate real-time effects.☆61Updated 4 years ago
- A DirectX12-based C++-application that allows graphics programmers to learn and experiment with the new Work Graphs feature using HLSL sh…☆70Updated 3 months ago
- Real-Time dynamic global illumination based on surfel. This project is based on GIBS presented at SIGGRAPH 2021. Implemented with Falcor …☆81Updated 5 months ago
- An implementation of NVIDIA's paper "Efficient Incoherent Ray Traversal on GPUs Through Compressed Wide BVHs"☆117Updated 2 months ago
- ☆154Updated 4 years ago
- Ray Traced Ambient Occlusion (RTAO) implemented using DirectX Raytracing (DXR)☆73Updated 6 years ago
- Master's thesis implementing real-time global illumination method.☆153Updated 6 years ago
- a CPU/GPU physically based renderer☆34Updated 2 years ago
- Repo for KickstartRT demo application☆50Updated 2 years ago
- A hybrid Vulkan renderer with a Render Graph, capable of real-time global illumination and ray-traced reflections.☆34Updated last year
- A demo for order independent transparency using pixel synchronization (GL_ARB_fragment_shader_interlock)☆65Updated 5 months ago
- Yet another approach to developing a personal 3D graphics engine. Windows + Direct3D 12.☆36Updated 2 years ago
- Implementation of the i3D2018 paper "A Narrow-Range Filter for Screen-Space Fluid Rendering".☆92Updated 4 years ago
- DX12 Path Tracer with ShaderToy interop☆43Updated last month