#
ray-tracing
Here are 428 public repositories matching this topic...
The Forge Cross-Platform Rendering Framework PC Windows, Linux, Ray Tracing, macOS / iOS, Android, XBOX, PS4, PS5, Switch
android
macos
linux
ios
multi-threading
metal
shaders
vulkan
directx
xbox
ps4
vulkan-api
ray-tracing
multi-gpu
vulkan-sdk
directx12
linux-ubuntu
ps5
visibility-buffer
shader-translator
-
Updated
Jul 7, 2021 - C++
A modern cross-platform low-level graphics library and rendering framework
gamedev
opengl
graphics-engine
rendering
vulkan
directx
graphics-programming
renderer
d3d12
d3d11
raytracing
opengl-es
ibl
pbr
graphics-library
ray-tracing
3d-engine
directx11
directx12
vulkan-game-engine
-
Updated
Jul 23, 2021 - Batchfile
A GLSL Path Tracer
windows
linux
opengl
gpu
path-tracer
glsl
path
raytracer
bsdf
tracer
bvh
pathtracing
disney
ray-tracing
pathtracer
path-tracing
-
Updated
Jul 6, 2021 - C++
An Open, Scalable, Portable, Ray Tracing Based Rendering Engine for High-Fidelity Visualization
-
Updated
Jul 23, 2021 - C++
LuxCore source repository
visualization
opencl
ray-tracer
cuda
raytracer
raytracing
gpu-computing
ray
ray-tracing
3d-graphics
rtx
optix
pathtracer
path-tracing
bidirectional-path-tracing
luxrender
luxcorerender
-
Updated
Jul 22, 2021 - C++
Mirror of the official Blender Git repository. Updated every hour.
-
Updated
Jul 24, 2021 - C
A real-time global illumination implementation using voxel cone tracing. Implemented in C++ and GLSL.
-
Updated
May 3, 2018 - C++
Simple Open-source Ray Tracer
-
Updated
Jul 6, 2021 - C++
NeRF (Neural Radiance Fields) and NeRF in the Wild using pytorch-lightning
unity3d
pytorch
mesh
colab
volume-rendering
mixed-reality
nerf
ray-tracing
3d-reconstruction
view-synthesis
pytorch-lightning
neural-radiance-fields
nerf-in-the-wild
nerf-w
-
Updated
Jun 7, 2021 - Jupyter Notebook
Curated list of ray tracing resources
-
Updated
Dec 23, 2020
c-ray is a small, simple path tracer written in C
c
json
graphics
monte-carlo
sdl2
path-tracer
kd-tree
raytracer
raytracing
ray-tracing
graphics-rendering
path-tracing
raytrace
raytracing-algorithms
bvh-accelerator
-
Updated
Jul 23, 2021 - C
A C++-based, cross platform ray tracing library
-
Updated
Jul 24, 2021 - C++
Theverat
commented
Jul 7, 2021
See https://forums.luxcorerender.org/viewtopic.php?f=5&p=31330#p31330
Should only require very small changes to nodes/textures/imagemap.py
A path tracer in 300 lines of C++
-
Updated
Jan 21, 2019 - C++
A modern C++ BVH construction and traversal library
-
Updated
Jun 22, 2021 - C++
A modern cross-platform low-level graphics API
opengl
graphics-engine
shaders
graphics
vulkan
d3d12
d3d11
raytracing
vulkan-api
opengl-es
direct3d
ray-tracing
directx-11
directx-12
directx11
directx12
vulkan-engine
-
Updated
Jul 23, 2021 - C++
Open-Source CUDA/OpenCL Speed Of Light Ray-tracer
science
graphics-engine
interactive
rendering
vr
opencl
cuda
virtual-reality
gpgpu
raytracer
gpu-acceleration
raytracing
gpu-computing
pathtracing
ray-tracing
3d
raytracing-engine
3d-graphics-engine
path-tracing
realtime-rendering
-
Updated
Oct 9, 2018 - C++
Data visualisation in Python based on OptiX 7.3 ray tracing framework.
visualization
real-time
animation
gpu
cuda
plot
nvidia
raytracer
generative-art
raytracing
pathtracing
ray-tracing
3d-graphics
rtx
optix
path-tracing
-
Updated
Jul 23, 2021 - Python
A testbed project for Unity real-time ray tracing features
-
Updated
Mar 21, 2021 - C#
Real-time unidirectional GPU path tracer using the cross-vendor Vulkan ray-tracing extensions.
-
Updated
Apr 7, 2021 - C++
A (modern) C++ implementation of the first two books of the Peter Shirley Ray Tracing mini-books (https://raytracing.github.io). Features a clean project structure, perf. improvements (compared to the original code), multi-core rendering, and more.
-
Updated
Jul 6, 2021 - C++
Graphics API wrapper is written in C++ on top of Directx 12 and Vulkan. Provides main features including ray tracing.
gamedev
graphics-engine
rendering
vulkan
directx
graphics-programming
renderer
d3d12
raytracing
vulkan-api
direct3d
graphics-library
ray-tracing
rtx
directx-12
directx12
graphics-api
dxr
-
Updated
Jul 4, 2021 - C++
以历史的发展的眼光来看光线追踪技术,1968年至2018年重点论文相关算法复现。
-
Updated
Jun 6, 2021 - C++
A program with an implemented Monte Carlo Ray Tracer algorithm for global illumination of a virtual 3D scene.
cplusplus
rendering
monte-carlo
global-illumination
ray-tracer
raycaster
raytracer
brdf
raytracing
radiance
monte-carlo-simulation
rendering-engine
photon-mapping
raycasting
rendering-2d-graphics
monte-carlo-integration
ray-tracing
raytracing-engine
monte-carlo-ray-tracing
-
Updated
Feb 25, 2019 - C++
High-level concept explanations, detailed tutorials, performance considerations, shortcuts and other useful content that aims to improve your Unreal Engine 4 development journey.
optimization
guide
game-development
unrealengine
unreal-engine
raytracing
ue4
tips-and-tricks
ray-tracing
rtx
unreal-engine-4
chaos-physics
-
Updated
Apr 7, 2021 - HTML
Improve this page
Add a description, image, and links to the ray-tracing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ray-tracing topic, visit your repo's landing page and select "manage topics."
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.Geometry
instead of aTHREE.BufferGeometry
.This might cause people who try to repl