Skip to content
/ sray Public
forked from jcbritobr/sray

SRay is a simple raytracer application based on Raytracer in one Weekend book.

License

Notifications You must be signed in to change notification settings

jgardona/sray

This branch is up to date with jcbritobr/sray:master.

Folders and files

NameName
Last commit message
Last commit date
Jul 30, 2017
Jul 30, 2017
Aug 24, 2020
Mar 23, 2019
Aug 5, 2017
Aug 5, 2017
Aug 5, 2017
Aug 5, 2017
Jul 30, 2017
Jul 30, 2017
Aug 5, 2017
Aug 5, 2017
Jul 30, 2017
Jul 30, 2017
Jul 30, 2017
Aug 5, 2017
Aug 5, 2017
Aug 5, 2017
Aug 5, 2017
Aug 5, 2017
May 23, 2022
May 23, 2022
Jul 30, 2017
Jul 30, 2017
Jul 30, 2017
Jul 30, 2017
Jul 30, 2017
Jul 30, 2017

Repository files navigation

SRay

SRay is a simple raytracing application based on Ray Tracing in One Weekend book. All code use new C++ 11/14 drafts for memory management with smart pointers.

Image processed with 100 samples

It implements the following features:

  • Sphere Geometric object
  • Lambertian Material
  • Dieletric Material
  • Metal Material
  • A movable Camera
  • Camera Focus adjustment

About

SRay is a simple raytracer application based on Raytracer in one Weekend book.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.2%
  • CMake 0.8%