
###########################################################################
## MCFTLE: Monte Carlo Rendering of Finite-Time Lyapunov Exponent Fields ##
###########################################################################


This folder contains a (minimal) cross-platform implementation of MCFTLE.

Requirements:
- C++ 11                 (tested on Microsoft Visual Studio 2012, Visual Studio 2015, GCC 4.8 and GCC 5)
- CMake                  (tested with CMake 2.8.10.2 and CMake 3.4.1)

Tested on:
- Windows 7
- Windows 8.1
- Ubuntu 14.04 LTS


Please be patient. A single iteration might take a few minutes.
This implementation is not optimized and does not contain an acceleration data structure.
The source code is kept simple and is meant for educational purposes only.
