raytracing-engine
There are 51 repositories under raytracing-engine topic.
ssloy/tinyraytracer
A brief computer graphics / rendering course
ssloy/tinykaboom
A brief computer graphics / rendering course
favreau/Sol-R
Open-Source CUDA/OpenCL Speed Of Light Ray-tracer
stasilo/retrace.gl
Create, ray trace & export programatically defined Signed Distance Function CSG geometries with an API suited for generative art - in your browser! 🎉
kbladin/Monte_Carlo_Ray_Tracer
A program with an implemented Monte Carlo Ray Tracer algorithm for global illumination of a virtual 3D scene.
yhcheer/RayTracingInOneWeekend
RayTracing tutorial use Java&Cpp
DeveloperPaul123/rayray
Rayray is a baby ray tracer written in C++.
iapafoto/FractalOpenCL
Raytracing 3D Fractals via OpenCL
101001000/ElevenRender
A GPU-CPU SYCL 3D Rendering engine with it's own formally specified shading language "ASL"
Pinkyboi/RT
A raytracing program built from scratch in C language, using MinilibX minimal graphics library, with pseudo-xml files as input, a dynamic render realtime viewer, and the ability to save bmp at your resolution of choice, and the ability to render on multiple devices for faster distributed rendering.
wwatkns/RT
A raytracing engine written in C (school project).
Flix01/3D-Signed-Distance-Shapes-Demo
A ShaderToy's Demo by Inigo Quilez in a single main.c file
Furetto126/Furetracer
A simple Raytracing engine
jrbedard/real-time-raytracer
:sunny: Real-time Raytracer supporting materials, refraction, reflection.
zach2good/tinyraytracer-interactive
tinyraytracer by ssloy, but rendering to the screen in realtime with SDL2 and dear imgui
KarimIO/Vulkan-Raytracer
A raytracer built with Vulkan and C++20 modules that supports realtime compute-shader-based raytracing with multi-bounce and multi-ray per pixel. We only support spheres for the time being.
msyvr/raytracer
Ray tracing engine (Python) - a very basic implementation.
simondemeule/Curvature
Curvature is an experimental hybrid raytracing / raymarching 3D engine written from scratch with one goal in mind: allowing light to be curved efficiently.
ema2159/tinyraytracer_rs
tinyraytracer implementation using Rust
gbip/rust-render-engine
RRE (Rust Render Engine)
mbarleon-org/Raytracer
C++ Ray Tracing Engine
michaeljm116/PrincipiaEngine
Ray-traced game engine. Uses Vulkan w/Compute, Artemis ECS, Dear ImGUI, Bullet 3
nathanlo99/nart
Not Another RayTracer
sraaphorst/raytracer-kotlin
The Ray Tracer Challenge implemented in Kotlin
giuliom/BasicRenderer
A simple renderer
psiphi75/rtjsrt
Realtime Javascript Raytracer - just a small toy project
Trynera/Rolling-Render-Engine
This is a Rendering Engine written in C++ and GLSL (using Shaders)
aliasgharchakera/raytracer
A simple C++ raytracing engine developed for academic purposes in Habib University's CS 440 Computer Graphics coursework. Implements fundamental raytracing techniques to render stunning 3D scenes, including features like materials, lights, acceleration structures, and more.
angad-k/Roshni
A Raytracer built in Rust
athy125/2D_raycasting
Raytracing game engine
DenisIndenbom/python-ray-tracing
Ray tracing on python
efliks/mikraytrace
Ray tracing on the command line
EnesShahn/RayTracingEngine
Software Ray-Tracing Engine
marcin-chwedczuk/ray_tracing_from_ground_up
Ray tracing (work in progress) based on "Ray tracing from ground up" book.
n3m/java-raytracing-engine
Raytracing Engine built with Java from 0