@brownnrl/geomlib 0.2.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/dist/bundle.js +1 -1
- package/dist/bundle.js.map +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -7,6 +7,12 @@ every construction that depends on it follows. The original Java applet
|
|
|
7
7
|
illustrated Euclid's *Elements*; this port does the same job in a
|
|
8
8
|
modern browser, no JVM required.
|
|
9
9
|
|
|
10
|
+
**See it in action:** [**euclids-elements.org**](https://www.euclids-elements.org/)
|
|
11
|
+
republishes Dr. Joyce's online edition of *Euclid's Elements* with
|
|
12
|
+
every diagram powered by this library — Books I–XIII plus compass /
|
|
13
|
+
spherical tutorials. Source lives at
|
|
14
|
+
[brownnrl/euclids-elements.org](https://github.com/brownnrl/euclids-elements.org).
|
|
15
|
+
|
|
10
16
|
The library exposes eight element classes — *point*, *line*, *circle*,
|
|
11
17
|
*polygon*, *sector*, *plane*, *sphere*, *polyhedron* — and the
|
|
12
18
|
~70 construction methods documented in the original applet's
|