JSimulator Code
A JavaScript/HTML5 Physics simulator
Status: Planning
Brought to you by:
mathsaddict
| File | Date | Author | Commit |
|---|---|---|---|
| html | 2012-02-06 |
|
[8871cf] added spring but with no animation. |
| javascript | 2012-02-17 |
|
[52a269] switched the value of t to 0.2 |
| stylesheets | 2012-02-16 |
|
[5a331a] avec un banc a coussin d'air. |
| Readme.txt | 2012-01-30 |
|
[024b5f] Readme edited. |
| index.html | 2012-02-01 |
|
[31fc34] CSS changes. |
1) Introduction: JSimulator is a pure JavaScript/HTML5 physics simulator that aims to reduce the use of the Java programming language as the "de-facto" tool for creating interactive scientific animations for the web (by means of Java Applets). 2) Technology: The technology that we're going to be using is a combination of the following: HTML5, Canvas, JavaScript, SVG, CSS.