This is an updated version of the classic Polyray raytracer updated to compile with gcc under Windows, Linux and Macos.
Git clone this repository, and cd into the directory
Install 64-bit MSYS2 to compile under Windows: https://github.com/msys2/msys2/wiki/MSYS2-installation
Then update your pacman as follows: pacman -Syuu
Following that, install the prerequisites:
pacman -S base-devel
pacman -S mingw-w64-x86_64-toolchain (choose 1,2,3,7,9,10,11,14,15,16,17,18,19)
Compile with make.
A new open source version is being developed.
A beta GPT tutor is available: https://chatgpt.com/g/g-JVuMbYmDl-polyray-mentor
LICENSE
This software may be used for any private and non-commercial use.
You may not distribute this software, in whole or in part, for any commercial purpose, without the express consent of the authors.
There is no warranty or other guarantee of fitness of this software for any purpose. It is provided solely "as is".