Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 488 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 488 Bytes

Ray Tracer JS

A simple JavaScript-based ray tracer that renders a 3D sphere with lighting effects in real-time.

Ray Tracer Demo

Usage

Open index.html in a web browser to start the ray tracer or visit the live demo at https://ukhanseecs.github.io/ray_tracer_js/

Features

  • Interactive controls for light position, sphere position and radius
  • Adjustable colors for sphere and background
  • Real-time rendering using HTML5 Canvas

Feel free to contribute!