OpenGL sample for shader-based occlusion culling
☆559Jan 17, 2024Updated 2 years ago
Alternatives and similar repositories for gl_occlusion_culling
Users that are interested in gl_occlusion_culling are comparing it to the libraries listed below
Sorting:
- optimized screen-space ambient occlusion, cache-aware hbao☆370Jan 17, 2024Updated 2 years ago
- Example code for the research paper "Masked Software Occlusion Culling"; implements an efficient alternative to the hierarchical depth bu…☆664Sep 2, 2025Updated 6 months ago
- GPU classifies how to render millions of particles☆74Jan 17, 2024Updated 2 years ago
- OpenGL sample on various rendering approaches for typical CAD scenes☆167Jun 28, 2024Updated last year
- A rendering sample that demonstrates bindless deferred texturing using D3D12☆674Nov 11, 2024Updated last year
- A sample app that demonstrates several techniques for rendering real-time shadow maps☆980May 25, 2025Updated 9 months ago
- Demonstrates a software (CPU) based approach to occllusion culling using multi-threading and SIMD instructions to improve performance.☆408Jan 3, 2023Updated 3 years ago
- OpenGL sample for NV_command_list☆115Jan 17, 2024Updated 2 years ago
- A D3D11 application for experimenting with Spherical Gaussian lightmaps☆745May 10, 2024Updated last year
- Adaptive Screen Space Ambient Occlusion☆255Jan 3, 2023Updated 3 years ago
- MSAA and Temporal AA Sample☆343Mar 20, 2021Updated 4 years ago
- Global illumination with Voxel Cone Tracing in fully dynamic scenes using a 3D clipmap to support huge areas around the camera while main…☆416Feb 22, 2023Updated 3 years ago
- Clustered Forward/Deferred renderer with Physically Based Shading, Image Based Lighting and a whole lot of OpenGL.☆1,538May 29, 2022Updated 3 years ago
- A C/C++ single-file library for drop-in lightmap baking. Just use your existing OpenGL renderer to bounce light!☆1,515Mar 24, 2023Updated 2 years ago
- Outdoor Light Scattering Sample☆245Jun 5, 2017Updated 8 years ago
- GPU-based Forward+ renderer☆557Jan 9, 2020Updated 6 years ago
- Deferred Coarse Pixel Shading Source Code (For the article in GPU Pro 7)☆63Sep 18, 2017Updated 8 years ago
- Experimentation framework for probe-based lighting☆431Oct 8, 2025Updated 4 months ago
- Light probe generation and BRDF authoring for physically based shading.☆814Aug 18, 2021Updated 4 years ago
- An OpenGL 4 and C++ program which renders a procedural scene.☆848May 11, 2025Updated 9 months ago
- DirectX 11 library that provides convenient access to compute-based triangle filtering (CTF)☆225Sep 27, 2018Updated 7 years ago
- This OpenGL/Vulkan sample illustrates the use of "mesh shaders" for rendering CAD models.☆449Jan 30, 2024Updated 2 years ago
- Source code repository for the Book GPU Pro 7☆284May 3, 2016Updated 9 years ago
- Real-time BC6H compression on GPU☆366Jul 26, 2023Updated 2 years ago
- OpenGL and Vulkan comparison on rendering a CAD scene using various techniques☆168Jan 31, 2025Updated last year
- A real-time global illumination implementation using voxel cone tracing. Implemented in C++ and GLSL.☆907Jul 15, 2025Updated 7 months ago
- Chop 3D objects to meshlets☆449Nov 29, 2022Updated 3 years ago
- Mesh optimization library that makes meshes smaller and faster to render☆7,307Updated this week
- Sample code for a 'Quaternions revisited' article from GPU Pro 5☆35Jun 27, 2015Updated 10 years ago
- My personal Vulkan renderer☆1,836Feb 22, 2026Updated last week
- A real time global illumination solution that achieves glossy surfaces, diffuse reflection, specular reflection, ambient occlusion, indir…☆648Feb 14, 2026Updated 2 weeks ago
- Physical based rendering with Vulkan using glTF 2.0 models☆1,156Aug 17, 2025Updated 6 months ago
- Clustered shading implementation with bgfx☆467Jun 25, 2022Updated 3 years ago
- Demonstrates seven different techniques for order-independent transparency in Vulkan.☆379Jan 29, 2026Updated last month
- Stochastic Screen Space Reflections (SSSR)☆303Sep 5, 2022Updated 3 years ago
- Forward+ renderer in Vulkan using Compute Shader. An Upenn CIS565 final project.☆694Apr 2, 2017Updated 8 years ago
- An example of drawing numerous instances using Unity3D, compute shaders and Graphics.DrawMeshInstancedIndirect with Frustum & Occlusion c…☆755Oct 1, 2020Updated 5 years ago
- This project provides a new implementation of our EGSR 2008 paper "Precomputed Atmospheric Scattering".☆1,030Oct 5, 2025Updated 4 months ago
- An implementation of physically based shading & image based lighting in D3D11, D3D12, Vulkan, and OpenGL 4.☆1,485Oct 30, 2021Updated 4 years ago