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

https://github.com/mrvplusone/lenstrace

A ray tracer written in Scala, featuring dispersion effects
https://github.com/mrvplusone/lenstrace

Last synced: about 1 year ago
JSON representation

A ray tracer written in Scala, featuring dispersion effects

Awesome Lists containing this project

README

          

# Einstein

#### A ray tracer written in Scala featuring dispersion effects

#### [see introduction here](https://mrvplusone.github.io/old-homepage/gallery-rayTracerScala.html)

#### Main features:

* Using Monte Carlo Method to render dispersion effects

* Path tracing from the ground up

#### Project is in Intellij IDEA format

#### Library Dependencies

* scala-library.jar

* scala-swing_2.11-1.0.1

* scala-actors-2.11.0

* scalatest_2.11-2.2.4