https://github.com/yayuniversal/raytracer
A ray tracer in C++
https://github.com/yayuniversal/raytracer
cplusplus cpp ray-tracer ray-tracing raytracer raytracing
Last synced: about 15 hours ago
JSON representation
A ray tracer in C++
- Host: GitHub
- URL: https://github.com/yayuniversal/raytracer
- Owner: yayuniversal
- Created: 2021-01-05T00:22:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-18T19:08:16.000Z (over 5 years ago)
- Last Synced: 2025-02-26T02:43:02.427Z (over 1 year ago)
- Topics: cplusplus, cpp, ray-tracer, ray-tracing, raytracer, raytracing
- Language: C++
- Homepage:
- Size: 6.65 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RayTracer
A ray tracer in C++
## Dependencies
- libpng++-dev >= 2.10
install with apt: `sudo apt instal libpng++-dev`
## How to build and use
### Compilation
- build project: `make`
- build examples: `make examples`
- build documentation: `make doc`
- clean binaries: `make clean`
### Run
`./RayTracer`