Skip to content

limulus/penumbra

Repository files navigation

@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