Skip to content

lightsinthesky/es6-raytracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ES6 Raytracer

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.

Usage

npm install
npm start

About

A smallpt raytracer developed with ES6 and web workers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published