An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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).