The Wayback Machine - https://web.archive.org/web/20210723050241/https://github.com/topics/global-illumination
Here are
75 public repositories
matching this topic...
Updated
Jul 3, 2021
JavaScript
Voxel-based Global Illumination using Unity Scriptable Render Pipeline
A real time global illumination solution that achieves glossy surfaces, diffuse reflection, specular reflection, ambient occlusion, indirect shadows, soft shadows, emissive materials and 2-bounce GI. Published here
http://ieeexplore.ieee.org/abstract/document/7833375/
A physically-based path tracer
Updated
Feb 26, 2021
Rust
Updated
Jun 23, 2021
HTML
A path tracer in 300 lines of C++
Screen Space Global Illumination for Unity Universal Render Pipeline
Updated
Mar 11, 2020
ShaderLab
A program with an implemented Monte Carlo Ray Tracer algorithm for global illumination of a virtual 3D scene.
Experimental Physically Based Renderer
Converting vertex meshes to voxel data and visualizing using VCT
Real-Time Global Illumination using Precomputed Light Field Probes
Updated
May 31, 2018
GLSL
A collection of gradient-domain light transport algorithms implemented with Mitsuba
Physically based renderer with Path Tracing and Photon Mapping.
An instructive one-file Ruby path tracer
An attempt at rendering the "Dabrovic Sponza" scene with Unity.
An interactive OpenCL wavefront path tracer
A CPU raytracer written in C
Unity component for the implementation of the Eurographics 2021 Poster: Illumination-driven Light Probe Placement.
Gradient-domain Volumetric Photon Density Estimation, SIGGRAPH 2018
Implementation of Crytek's Light Propagation Volumes algorithm in WebGL
Updated
Oct 25, 2018
JavaScript
Master thesis: Interactive Physically-based Rendering
Exploratory Project on Fast Screen Space Global Illumination
Updated
Oct 29, 2019
Jupyter Notebook
RT-RSM is a real-time Global Illumination technique using GPU ray tracing
Open Source Ray Tracing Library
X-Ray a JavaScript Global Illumination Renderer for threejs
Updated
May 12, 2021
JavaScript
Implementation of "Dynamic Diffuse Global Illumination with Ray-Traced Irradiance Fields"
A simple library for photorealistic generative graphics
Updated
Sep 26, 2017
TypeScript
Improve this page
Add a description, image, and links to the
global-illumination
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
global-illumination
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Context
This engine is intended to be used as a drop-in replacement to Three.js’s
WebGLRenderer.Problem
It tends not to work as a drop-in replacement out-of-the-box, because the renderer crashes when:
THREE.Geometryinstead of aTHREE.BufferGeometry.This might cause people who try to repl