Generating Platonic Solids in C++ (2021)

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • polyhedron-ops

    Conway-Hart Polyhedron Notation in Rust

  • I maintain a Rust crate for this and more operations like the 'dual' mentioned in the article:

    https://github.com/virtualritz/polyhedron-ops

  • pbrt-video

    animations using pbrt

  • FWIW a few years ago I worked on a video of 3D slices of a 4D platonic solid (a hyperdodecahedron):

    https://www.oilshell.org/recurse/120-cell-bathroom.original....

    It's all in Python (and shell scripts), which IMO makes it easier to experiment with than C++.

    I completely forgot how it worked until I went back and looked just now ... there is this bit of 4D polytope code we borrowed, and the rest is 3D math and integration with rendering, stitching frames together, etc.

    https://github.com/wwwaldo/pbrt-video/blob/master/schlafli/s...

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts