Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mniebling/raytrace
Working through the Ray Tracer Challenge
https://github.com/mniebling/raytrace
jest typescript webpack
Last synced: 5 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T06:57:49.000Z (about 2 years ago)
- Last Synced: 2024-04-16T01:00:52.397Z (9 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`.