My own portfolio of three simulations is unchanged, except for a few bells and whistles added to each of them:
Over the summer, with support from the Weber State University Beishline Fellowship, our student Nathaniel Klemm ported five of the simulations that my colleague Farhang Amiri uses in his general education physics course:
- One-dimensional projectile motion
- Two-dimensional projectile motion
- Kepler’s laws
- Distribution of speeds in a gas
- Ohm’s law
Andrew Duffy of Boston University has created some simple mechanics simulations:
These would be good examples for a beginning HTML5 developer to learn from, since their code is short and straightforward. (Andrew and I will be giving a workshop on beginning HTML5 simulation development at the 2014 AAPT summer meeting next July.)
John Denker has a simulation that draws hydrogen wavefunction scatter plots:
Dan Styer and Noah Morris of Oberlin College have created a nice demonstration of two-slit interference:
This simulation uses the jQuery UI library for its slider controls, which unfortunately makes them unusable on devices that rely on touch events.
GlowScript is a 3D graphics library built on WebGL, created by David Scherer and Bruce Sherwood who modeled it on their earlier VPython system. GlowScript is accompanied by a web-based development environment that eliminates the need to write HTML, although it can also be used as an ordinary JavaScript library. Some collections of GlowScript examples are posted here:
Unfortunately, the use of WebGL makes GlowScript simulations runnable only under certain browsers. As of this writing they will not run on most mobile devices, although some mobile devices offer partial support.
Francisco Esqembre of the University of Murcia has created a high-end development environment for quickly creating physics simulations, called Easy Java Simulations. Although EJS is a Java program, the new version 5 beta release can output stand-alone HTML5/JavaScript code. More than a dozen examples are now posted here:
The PhET group at Colorado has recently gone public with its first six HTML5 simulations for introductory physics and chemistry:
As you would expect from PhET, these simulations are extremely professional and hence the code, which relies on a vast collection of libraries, is unreadable by mortals.
All of the simulations listed above were created by (or under the supervision of) academic physicists, primarily for the purpose of physics education. But of course the vast majority of graphics-intensive HTML5 development is being done by game developers. Here are a couple of these efforts that contain good physics and are fun to play with:
- xkcd Time Catapult by Manfred Hantschel
- Oliver Hunt’s simple fluid dynamics simulator
Oops, here's a big one that I missed: A new HTML5 version of Molecular Workbench, a large collection of simulations and development tools centered around molecular dynamics.
ReplyDeleteHere's an important newcomer to this list: MinuteLabs, a collection of interactive simulations (and other media) by three creative youngsters including Henry Reich of Minute Physics fame.
ReplyDeleteAnd here's another one: Super Planet Crash!
ReplyDeleteExcellent inventory!
ReplyDeleteAdd my collection too!
ReplyDeletehttp://iwant2study.org/ospsg/index.php/interactive-resources/physics
Based on EJSS too.