/ray-tracing-in-one-weekend

A Kotlin implementation of the ray tracing program described in "Ray Tracing In One Weekend" by Peter Shirley

Primary LanguageKotlinThe UnlicenseUnlicense

Ray Tracing In One Weekend

A Kotlin implementation of the ray tracing program described in "Ray Tracing In One Weekend" by Peter Shirley.

Installation and Setup Instructions

You will need Gradle installed and configured onto your machine.

Cloning the repository:

  1. Run git clone https://github.com/CianciuStyles/ray-tracing-in-one-weekend.git in the terminal

To run ray-tracing-in-one-weekend:

  1. Run gradle app:run in the terminal, then find the image.ppm output file in the app directory.

Final result

Final result