Add progress bars and argument parsing
This commit is contained in:
parent
742ef283e4
commit
a45ae025d6
7 changed files with 4897 additions and 29 deletions
2
Makefile
2
Makefile
|
|
@ -8,7 +8,7 @@ raytracer: camera.hpp color.hpp hittable.hpp hittable_list.hpp main.cpp material
|
|||
make debug:
|
||||
|
||||
image: raytracer
|
||||
@./raytracer > image.ppm
|
||||
@./raytracer -o image.ppm
|
||||
@if [ $$TERM = "xterm-kitty" ]; then\
|
||||
kitty icat image.ppm;\
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue