Skip to content

jianjianh1/raytracing-oneweekend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ray Tracing in One Weekend Series in Java

This project is a full implementation of ray tracing in one weekend series. Java language has been chosen to avoid direct copying and enhance the learning experience. Java is not a bad choice because of its OOP support. The series heavily uses OOP to organize its code. The caveats are no operator overloading and slow performance.

Sample Images

book1

book2

book3

About

Ray tracing in one weekend series implemented in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages