Skip to content

limulus/penumbra

Repository files navigation

@limulus/penumbra

Ray Tracer Challenge implementation using web technologies

Development Journal with Demos

https://limulus.net/penumbra/

Local Development

Prerequisites

Installation

npm install

Running Locally

npm install
npm run dev

This will start a local server at http://localhost:8080/ that will automatically reload when any source files are changed.

Running Tests

Single run:

npm test

Watch mode:

npm run wasm:test:watch