Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages