/raytracer.pas

Ray Tracer in Delphi ported from C++

Primary LanguagePascalMIT LicenseMIT

Ray Tracer in Delphi

 Delphi Support

compile time render

Version 2048 x 2048 is in the docs folder.

Introduction

The main goal of the project was to rewrite this project - https://github.com/tcbrindle/raytracer.hpp - into Delphi language. The idea of this code is not to render the image at compile-time.

Performance

The rendering time for a 512 by 512 image is approximately 1.5 seconds.