https://github.com/tesseralis/polyhedra-viewer
Explore the relationships between convex regular-faced polyhedra.
https://github.com/tesseralis/polyhedra-viewer
art education explorable geometry javascript math polyhedra
Last synced: 23 days ago
JSON representation
Explore the relationships between convex regular-faced polyhedra.
- Host: GitHub
- URL: https://github.com/tesseralis/polyhedra-viewer
- Owner: tesseralis
- License: mit
- Created: 2017-02-26T01:07:59.000Z (about 8 years ago)
- Default Branch: canon
- Last Pushed: 2023-01-06T12:17:33.000Z (over 2 years ago)
- Last Synced: 2025-03-31T06:04:33.434Z (30 days ago)
- Topics: art, education, explorable, geometry, javascript, math, polyhedra
- Language: TypeScript
- Homepage: https://polyhedra.tessera.li
- Size: 7.45 MB
- Stars: 312
- Watchers: 9
- Forks: 31
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-list - polyhedra-viewer - faced polyhedra. | tesseralis | 259 | (TypeScript)
README
# Polyhedra Viewer
An interactive tool that lets you transform various convex polyhedra and view information about them.
Polyhedra include:
- [Platonic Solids](http://en.wikipedia.org/wiki/Platonic_solid)
- [Archimedean Solids](http://en.wikipedia.org/wiki/Archimedean_solid)
- [Prisms]() and [Antiprisms](http://en.wikipedia.org/wiki/Antiprism)
- [Johnson Solids](http://en.wikipedia.org/wiki/Johnson_solid)Geometric data taken from George W. Hart's [Virtual Polyhedra].
[virtual polyhedra]: http://www.georgehart.com/virtual-polyhedra/vp.html
## Getting started
1. `git clone https://github.com/tesseralis/polyhedra-viewer`
2. `cd polyhedra-viewer`
3. `yarn`### Running locally
Run `yarn start` to start the site locally on `http://localhost:3000`.
### Testing
Run `yarn test` to run the test suite.
## Contributing
Check out the [open issues](https://github.com/tesseralis/polyhedra-viewer/issues), especially the ones labelled [help wanted](https://github.com/tesseralis/polyhedra-viewer/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) for issues that you can help out on!
All contributors are expected to abide by the [Code of Conduct](/CODE_OF_CONDUCT.md).