You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Source located under [`static/simple.html`](/static/simple.html). You may find this version easier if you just want to see how the transformation works and apply it to your own projects. It is completely self contained and has no external dependencies making it convenient and easy to use.
[**Simple single HTML version**](https://harrygifford.github.io/special-relativity/simple.html). Source located under [`static/simple.html`](/static/simple.html). You may find this version easier if you just want to see how the transformation works and apply it to your own projects. It is completely self contained and has no external dependencies.
6
+
5
7
This project shows how the geometry of the world looks under
6
8
special relativistic transformations. You can see a live demo
7
9
[here](https://harrygifford.github.io/special-relativity/). You can see effects such as Terrell rotation, Doppler shifting and the headlight effect. Note that the
@@ -13,7 +15,7 @@ page uses WebGL. If you cannot use WebGL, there is a video
13
15
Accelerating along a street at at relativistic speeds. You can see the
14
16
geometric effects of [abberation](https://en.wikipedia.org/wiki/Relativistic_aberration) and [Terrell rotation](https://en.wikipedia.org/wiki/Terrell_rotation).
15
17
16
-
See [Explanation](/explanation.md) for details on the math.
18
+
See [Explanation](/explanation.md) for details on the math as well as for information on how to add this to your own code.
0 commit comments