An open API service indexing awesome lists of open source software.

https://github.com/r366y/aether

Ray tracing render written in Julia
https://github.com/r366y/aether

julia julia-language raytracer raytracing whitted-style-raytracer

Last synced: 11 months ago
JSON representation

Ray tracing render written in Julia

Awesome Lists containing this project

README

          

# Aether
Ray tracer written in Julia

This ray tracer is based on the book **The Ray Tracer Challenge** written by *Jamis Buck* [http://raytracerchallenge.com/].

The purpose of this project is twofold:
1. Create a ray tracer, I always wanted to develop a computer graphics project
2. Learn a new programming language, I chose Julia because it promises speed without the strain of using a languange like C++

Some examples generated with Aether

![](https://github.com/R366Y/Aether/blob/master/renders/cover_image.png)
![](https://github.com/R366Y/Aether/blob/master/renders/dragons.png)
![](https://github.com/R366Y/Aether/blob/master/renders/teapot_smooth_scene.png)
![](https://github.com/R366Y/Aether/blob/master/renders/reflections_and_refractions.png)