https://github.com/mniebling/raytrace
Working through the Ray Tracer Challenge
https://github.com/mniebling/raytrace
jest typescript webpack
Last synced: 3 months ago
JSON representation
Working through the Ray Tracer Challenge
- Host: GitHub
- URL: https://github.com/mniebling/raytrace
- Owner: mniebling
- License: mit
- Created: 2019-05-14T21:51:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T06:57:49.000Z (over 2 years ago)
- Last Synced: 2025-01-02T01:29:15.898Z (5 months ago)
- Topics: jest, typescript, webpack
- Language: TypeScript
- Homepage: https://mniebling-raytrace.netlify.com/
- Size: 2.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## raytrace
Working through Jamis Buck's [The Ray Tracer Challenge](https://pragprog.com/book/jbtracer/the-ray-tracer-challenge)
with TypeScript.#### Project Setup
Prerequisites: You'll need Node and NPM installed on your machine.
Set up the project by cloning the repo & running `npm install`.
Run locally for development with `npm start`.
Run tests with `npm test`.