Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.