A simple Ray Tracing program written in bare C++ following a tutorial. By doing this, I learned a lot about C++, linear algebra and even the physics of light! Recommend to check it out and implement if you are interested.
cd tinyraytracer
mkdir build
cd build
cmake ..
make