This is a path tracer used for rendering realistic looking images. Scenes are loaded from an input file in a .json format. The user is able to move the camera freely and see rendering in real time. It’s possible to save the rendered image to a file.
This project is developed as a group project of Aalto University ELEC-A7151 Object-oriented Programming with C++ course in 2023. The responsible teacher for the course was Yusein Ali, and the project advisor was Niilo Heinonen.
The project was developed by
- Aleksi Lassila
- Johannes Karhapää
- Markus Lång
- Weronika Klatka
Project documentation is included in the doc directory.
Project is published under the MIT license.