opengl raytracer in fortran 90
Go to file
zongor 794baf5290 init 2022-09-03 23:37:35 -04:00
.vscode/ipch init 2022-09-03 23:37:35 -04:00
include/GL init 2022-09-03 23:37:35 -04:00
lib init 2022-09-03 23:37:35 -04:00
Makefile init 2022-09-03 23:37:35 -04:00
README.md init 2022-09-03 23:37:35 -04:00
raygl init 2022-09-03 23:37:35 -04:00
raygl.f90 init 2022-09-03 23:37:35 -04:00

README.md

This is a raytracer implemented from the book Ray Tracing In One Weekend using the National Institute of Standards and Technology library f90gl

It also allows you to move around the scene using the WASD for horizontal and Q/E for vertical movement