This website requires JavaScript.
Explore
Help
Sign In
rpuzonas
/
raytracing-in-a-weekend
Watch
1
Star
0
Fork
0
You've already forked raytracing-in-a-weekend
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
1
Commit
1
Branch
0
Tags
4.7
MiB
C++
99.5%
Makefile
0.5%
2d913f4fa2
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Rokas Puzonas
2d913f4fa2
feat: initial commit
2022-03-12 14:12:39 +02:00
.gitignore
feat: initial commit
2022-03-12 14:12:39 +02:00
color.h
feat: initial commit
2022-03-12 14:12:39 +02:00
image.ppm
feat: initial commit
2022-03-12 14:12:39 +02:00
main.cc
feat: initial commit
2022-03-12 14:12:39 +02:00
makefile
feat: initial commit
2022-03-12 14:12:39 +02:00
README.md
feat: initial commit
2022-03-12 14:12:39 +02:00
vec3.h
feat: initial commit
2022-03-12 14:12:39 +02:00
README.md
Ray Tracing in One Weekend
Quickstart
make ./main > image.ppm sxiv image.ppm
Resources
"Ray Tracing in One Weekend" book