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
- Host: GitHub
- URL: https://github.com/unavailabledude/makeitraytrace
- Owner: unavailableDude
- License: mit
- Created: 2025-08-06T14:20:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-05T12:02:51.000Z (10 months ago)
- Last Synced: 2025-09-05T14:20:31.717Z (10 months ago)
- Topics: cpp, open-source, raytracer, sdl2, simple-project
- Language: HTML
- Homepage:
- Size: 17.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme
- License: LICENSE
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!