Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 680 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 680 Bytes

Cherry Ray Tracer

Optical system design in the browser

This is alpha software. Emphasis is currently placed on feature development, not on fixing bugs or on improving code quality.

Quickstart

  1. Go to https://kmdouglass.github.io/cherry/
  2. Start designing!

Prerequisites

Build

cd www/js
npm run build:prod

Development

Build the development package:

cd www/js
npm build:dev

Launch the development server

npm run start