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
- Host: GitHub
- URL: https://github.com/mrvplusone/lenstrace
- Owner: MrVPlusOne
- Created: 2016-10-07T16:10:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T07:31:56.000Z (almost 4 years ago)
- Last Synced: 2025-02-08T19:11:48.674Z (over 1 year ago)
- Language: Scala
- Size: 12.7 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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