Skip to content

Releases: vihdzp/miratope-rs

v0.0.3

02 Jul 19:46
Compare
Choose a tag to compare
  • Element counts now splits elements by type / symmetry orbit, at least as an abstract polytope.
    • Currently doesn't consider edge lengths or other heuristics.

v0.0.2

21 Jun 12:46
Compare
Choose a tag to compare
  • Cross-sections passing through vertices doesn't crash anymore

v0.0.1

20 Jun 17:14
Compare
Choose a tag to compare
  • Added 5D archimedeans (non-prismatic convex uniform polytopes) to the library
  • Minor changes, bugfixes

v0.0

11 Jun 18:16
Compare
Choose a tag to compare
  • Polytopes in the library
    • Simplexes, orthoplexes, hypercubes of any dimension
    • All regular polygons
    • All 9 regular polyhedra
    • All 6 convex regular polychora
    • All uniform polyhedra
    • All convex uniform polychora
    • Some others
  • Operations to apply to these polytopes
  • Get a polytope's properties
    • Element counts (unfinished)
    • Orientability
    • Circumsphere
    • Volume
    • Flag count
  • Cross-sections
  • Load and save polytopes in the .off format
  • Memory slots to save polytopes
  • Render wireframe or with filled-in faces