Skip to content

Commit

Permalink
Run grunt update, see phetsims/chipper#1148
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 19, 2021
1 parent b688321 commit d04cba0
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 5 deletions.
49 changes: 46 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,58 @@
Geometric Optics
================

=============
"Geometric Optics" is an educational simulation in HTML5, by <a href="https://phet.colorado.edu/" target="_blank">PhET Interactive Simulations</a>
at the University of Colorado Boulder.
For a description of this simulation, associated resources, and a link to the published version,
<a href="https://phet.colorado.edu/en/simulation/geometric-optics" target="_blank">visit the simulation's web page</a>.

### Try it!

*This simulation is under development and has not been published.*
<a href="https://phet.colorado.edu/sims/html/geometric-optics/latest/geometric-optics_en.html" target="_blank">Click here to run "Geometric Optics".</a>

<a href="https://phet.colorado.edu/sims/html/geometric-optics/latest/geometric-optics_en.html" target="_blank">
<img src="https://raw.githubusercontent.com/phetsims/geometric-optics/master/assets/geometric-optics-screenshot.png" alt="Screenshot" style="width: 400px;"/>
</a>

### Documentation
The <a href="https://github.com/phetsims/phet-info/blob/master/doc/phet-development-overview.md" target="_blank">PhET Development Overview</a> 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: <a href="http://groups.google.com/forum/#!forum/developing-interactive-simulations-in-html5" target="_blank">Developing Interactive Simulations in HTML5</a>

Help us improve, create a <a href="http://github.com/phetsims/geometric-optics/issues/new" target="_blank">New Issue</a>

### License
See the <a href="https://github.com/phetsims/geometric-optics/blob/master/LICENSE" target="_blank">LICENSE</a>
1 change: 0 additions & 1 deletion geometric-optics_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"requirejsNamespace": "GEOMETRIC_OPTICS",
"simulation": true,
"runnable": true,
"typescript": true,
"colorProfiles": [
"default",
"projector"
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"requirejsNamespace": "GEOMETRIC_OPTICS",
"simulation": true,
"runnable": true,
"typescript": true,
"colorProfiles": [
"default",
"projector"
Expand Down

0 comments on commit d04cba0

Please sign in to comment.