/foucault-pendulum

An animated Foucault Pendulum using WebGL

Primary LanguageJavaScript

Foucault Pendulum Simulation

A simulation of a swinging Foucault Pendulum, written for the web by Nate Beatty.

Check out a live demo in a WebGL enabled browser.

Development and Contributing

Running

To run the simulation on your local machine, first clone the repositories and then install the dependencies by running:

$ npm install

Next, fire up the server by running

$ grunt serve

and then navigate your favorite WebGL enabled browser to localhsot:9001.