Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 515 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 515 Bytes

Raytracer-JS

An Object Oriented Raytracer Library written entirely in ES6 Javascript. It has been tested on Edge, Chrome, and Firefox.

Dependencies

  • gnu make
  • nodejs

Make

This library can be locally imported "required" via npm:

npm install ../relative/path/to/this/git_repo

Please Note that at this time browserify / babelify is required for import with at least the es2015 preset. Only tested with babelify.

Licenses

My code is MIT.

Included Libraries:

  • jQuery MIT