Skip to content

BruParis/RayTracing_OpenCL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 

Repository files navigation

Raytracing with OpenCL

A quick ray tracer using GPU acceleration as a first use of OpenCL. Currently working on real-time display on screen + Camera movement.

For now, the ray tracer displays only spheres, using effects such as lighting, reflexion, refraction, Anti-aliasing and BRDF.

Dependencies

OpenCL Qt5

Build & Usage

Simple build using cmake, and then just launch the executable.

cmake .
make
./RayTracing

default gif demo demo_brdf.gif.

first

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published