An implementation of Peter Shirley's Ray Tracing in One Weekend, written in React.
- Node.js (>= 16.x)
- npm or yarn
Clone the repository:
git clone https://github.com/connorms/react-raytracer.git
cd react-raytracer
Install the dependencies:
npm install
To start the development server:
npm run dev