From d04cba0e1a4dc103f95d10e9bc91fccbb1eb7701 Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Thu, 18 Nov 2021 17:43:49 -0700 Subject: [PATCH] Run grunt update, see https://github.com/phetsims/chipper/issues/1148 --- README.md | 49 +++++++++++++++++++++++++++++++++++++--- geometric-optics_en.html | 1 - package.json | 1 - 3 files changed, 46 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d12e5a64..90cc792b 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,58 @@ Geometric Optics -================ - +============= "Geometric Optics" is an educational simulation in HTML5, by PhET Interactive Simulations at the University of Colorado Boulder. +For a description of this simulation, associated resources, and a link to the published version, +visit the simulation's web page. + +### Try it! -*This simulation is under development and has not been published.* +Click here to run "Geometric Optics". + + +Screenshot + ### Documentation The PhET Development Overview is the most complete guide to PhET Simulation Development. This guide includes how to obtain simulation code and its dependencies, notes about architecture & design, how to test and build the sims, as well as other important information. +### Quick Start +(1) Clone the simulation and its dependencies: +``` +git clone https://github.com/phetsims/assert.git +git clone https://github.com/phetsims/axon.git +git clone https://github.com/phetsims/babel.git +git clone https://github.com/phetsims/brand.git +git clone https://github.com/phetsims/chipper.git +git clone https://github.com/phetsims/dot.git +git clone https://github.com/phetsims/geometric-optics.git +git clone https://github.com/phetsims/joist.git +git clone https://github.com/phetsims/kite.git +git clone https://github.com/phetsims/perennial.git perennial-alias +git clone https://github.com/phetsims/phet-core.git +git clone https://github.com/phetsims/phetcommon.git +git clone https://github.com/phetsims/phetmarks.git +git clone https://github.com/phetsims/query-string-machine.git +git clone https://github.com/phetsims/scenery.git +git clone https://github.com/phetsims/scenery-phet.git +git clone https://github.com/phetsims/sherpa.git +git clone https://github.com/phetsims/sun.git +git clone https://github.com/phetsims/tambo.git +git clone https://github.com/phetsims/tandem.git +git clone https://github.com/phetsims/twixt.git +git clone https://github.com/phetsims/utterance-queue.git +``` +(2) Start an http-server + +(3) Open `http://localhost/geometric-optics/geometric-optics_en.html` (You will probably need to modify this URL based on your HTTP port and relative path.) + +### Get Involved + +Contact us at our Google Group: Developing Interactive Simulations in HTML5 + +Help us improve, create a New Issue + ### License See the LICENSE diff --git a/geometric-optics_en.html b/geometric-optics_en.html index d6491199..b1bef6f5 100644 --- a/geometric-optics_en.html +++ b/geometric-optics_en.html @@ -35,7 +35,6 @@ "requirejsNamespace": "GEOMETRIC_OPTICS", "simulation": true, "runnable": true, - "typescript": true, "colorProfiles": [ "default", "projector" diff --git a/package.json b/package.json index 30789852..e94b096f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,6 @@ "requirejsNamespace": "GEOMETRIC_OPTICS", "simulation": true, "runnable": true, - "typescript": true, "colorProfiles": [ "default", "projector"