Skip to content

Commit

Permalink
Added notes, see #191
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 26, 2018
1 parent 2585e81 commit b27e1ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/implementation-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ The Wave Interference simulation was ported from Java in 2018. The first 3 scre
wave propagation, while the final screen shows the interference pattern from a slit with a given 2d shape, which
is instantly updated. The query string ?dev will output debugging information to the console.

There are no dynamically created/destroyed user interface components or model elements in the simulation, so the
simulation doesn't require dispose calls.

# Waves, Interference, Slits Screens

The first three screens are mainly coded in js/common.
Expand Down

0 comments on commit b27e1ac

Please sign in to comment.