8000 GitHub - a1exxd0/ray-tracing-engine
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

a1exxd0/ray-tracing-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit< 8000 /h2>
 

History

32 Commits

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ray tracing engine

Added CI/CD.

build notes

Set up environment:

# for running tests
sudo apt-get update
sudo apt-get install libgtest-dev

mkdir build
cd build && cmake ..

Install Google Benchmark. Then you have 2 options for builds:

# ensure you are in build directory

# default standard (slow run) build
cmake --build .

# for long runs
cmake --build . --config release

Then when running the executable:

./main > img.ppm
eog img.ppn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0