An ES6 based smallpt raytracer ported from Ivan Kuckir's implementation.
There are two entry points into the code, the client (index.js) and the worker (MonteCarlos.js). The key is using worker-loader for webpack to require the worker from the main client.
Transpiling is done with 6to5.
npm install
npm start