Skip to content

knapeczadam/graphics-programming-1-raytracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Graphics Programming 1 - Raytracer

This project contains the start code for the raytracer being built in the first 5 courseweeks of Graphics Programming 1. Each week a further extension is made to the raytracer to support objects, lighting, camera movement, ...

The main dependency is SDL, which is already included in the directory.