An open API service indexing awesome lists of open source software.

https://github.com/unavailabledude/makeitraytrace

my try at the ray tracer challenge by Jamis Buck
https://github.com/unavailabledude/makeitraytrace

cpp open-source raytracer sdl2 simple-project

Last synced: about 2 months ago
JSON representation

my try at the ray tracer challenge by Jamis Buck

Awesome Lists containing this project

README

          

taking on the ray tracer challenge by Jamis Buck

how to build on windows:
1- make a build directory in the root directory, and a tests directory in the build directory:
mkdir build
cd build
mkdir tests

2- run cmake while in the build directory:
cmake --fresh -G "MinGW Makefiles" ..

3- run the generated makefile in the build directory:
make

4- you might have to copy the SDL2.dll from \lib\SDL2\i686-w64-mingw32\bin

4- enjoy!