Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 736 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 736 Bytes

@limulus/penumbra

A Ray Tracer Challenge implementation using web technologies

Development Journal and Demos

I’m documenting my progress and creating interactive demos as I go on the project’s website. The site code is hosted in a separate repository.

Local Development

Prerequisites

Installation

npm install

Running Tests

Single run:

npm test

Watch mode for Rust tests:

npm run test:wasm:watch