Skip to content

I like to make raytracers and I want a repo which can test them as I implement them.

License

Notifications You must be signed in to change notification settings

viktoralex/raytracers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

raytracers

I like to make raytracers and I want a repo which can test them as I implement them.

Each implementation can be tested against outputs from the official pbrt implementation. So each of my implementations needs to be able to parse the pbrt-v4 file format.

Testing

Input data for tests is kept in /assets/test-data/ and is run in order. Beginning with a very basic implementation of diffuse lighting and rendering a sphere and each subsequent test adds more features. Each test is compared against the corresponding image in /assets/expected/.

About

I like to make raytracers and I want a repo which can test them as I implement them.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published