Skip to content

A CPU raytracer based on Qt using Monte-Carlo Method

Notifications You must be signed in to change notification settings

elecfrog/Leeds-RayTracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Leeds-RayTracing

A CPU raytracer based on Qt using Monte-Carlo Method

Environment

  • Winodws 11
  • Qt 6.5.1 msvc2019_64
  • CMake Building
  • Clion 2023.2

Input your own Qt Path in the CMakeLists.txt in the line 9.

    set(CMAKE_PREFIX_PATH "INPUT YOUR OWN PATH")

Build and Run

  • Only Support Release mode if using msvc2019_64
  • Debug and other modes works in MinGW, but not make all tests.
mkdir build
cd build 
cmake ..

About

A CPU raytracer based on Qt using Monte-Carlo Method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published