Skip to content

Intro to C programming, hadn't written a hello world before this :^)

Notifications You must be signed in to change notification settings

LiamKearn/ray_tracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building

Configure:

cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Debug

Build:

cmake --build build --config Debug

Run (and view):

./build/bin/renderer 1> out.ppm && open out.ppm

Test:

pushd build && ctest -C Debug --output-on-failure --verbose && popd

TODO: https://github.com/include-what-you-use/include-what-you-use

About

Intro to C programming, hadn't written a hello world before this :^)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published