A simple Javascript RayTracer
The ray tracer lives in a single .js file and is far from perfect :) However, it served its purpose to let me practice a little with Javascript (I have almost no other experience with it).
To see the render in action, just run the following to download and deploy the code:
git clone https://github.com/calderov/JSRay.git
cd JSRay
npx http-server
Then open http://localhost:8080 to see the result.
