JiayinCao / SORT

Simple Open-source Ray Tracer

Home Page:http://sort-renderer.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SORT

Action status License

Introduction

SORT, short for Simple Open-source Ray Tracing, is my personal cross platform ray tracing renderer. It is a standalone ray tracing program, while works well in Blender as a renderer plugin. Simliar to other open source ray tracer, like PBRT, luxrenderer, SORT is also a physically based renderer. However, since it is a solo project that I worked on in my spare time, it is way simpler comparing with its peers.

This is just a brief introduction of SORT. For further detail, please check out SORT main page.

Features

Here are the features implemented so far:

  • Integrator. (Whitted ray tracing, direct lighting, path tracing, light tracing, bidirectional path tracing, instant radiosity, ambient occlusion)
  • Spatial acceleration structure. (OBVH, QBVH, BVH, KD-Tree, Uniform grid, OcTree)
  • Embree integration
  • BXDF. (Disney BRDF, Lambert, LambertTransmission, Oran Nayar, MicroFacet Reflection, Microfacet Transmission, MERL, Fourier, AshikhmanShirley, Modified Phong, Coat, Blend, Double-Sided, DistributionBRDF, DreamWorks Fabric BRDF, Transparent)
  • Subsurface Scattering
  • Fur, Hair
  • Volumetric Rendering
  • Tiny Shading Language
  • Depth of Field
  • Multi-thread rendering, SIMD(SSE,AVX) optimized
  • Blender 2.8 plugin
  • Cross-platform (Windows, Ubuntu, MacOS)

Images

Following are some examples of images generated by SORT Image Asset courtesy of Alex Treviño Image Asset courtesy of Morgan McGuire. Image Image Asset courtesy of rico cilliers. Image Asset courtesy of ScottGraham. The above rendered image is not used for any commercial purposes. Image Asset courtesy of MaTTeSr. Image Asset courtesy of Jay Image

About

Simple Open-source Ray Tracer

http://sort-renderer.com/

License:GNU General Public License v3.0


Languages

Language:C++ 78.3%Language:Python 15.2%Language:C 4.9%Language:CMake 0.8%Language:Batchfile 0.3%Language:Assembly 0.3%Language:Makefile 0.2%Language:Shell 0.0%