Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.21 KB

README.md

File metadata and controls

57 lines (35 loc) · 1.21 KB

Yet Another Relativistic Renderer (YARR)

A CUDA-accelerated ray-tracing renderer, with relativistic effects planned.

Built with the help of Nikolaus Mayer

Progress Images

Sky and Ground

Plane Depth

Triangles

Mirrors

Light Energy

Spheres

Phong Lighting

Shadows

Antialiasing, Soft Shadows, Depth of Field

Ground Texture

Rotation Matrices, Callbacks

Installation

CSFML

We use SFML with C bindings (CSFML) to open a window and display the renders

SFML Installation

CSFML Bindings

OpenCV

I used this installation tutorial.