neozhaoliang / pywonderland

A tour in the wonderland of math with python.
MIT License
4.18k stars 346 forks source link

Projects to be added in this repo #8

Closed neozhaoliang closed 7 years ago

neozhaoliang commented 7 years ago

The following projects will be completely rewritten:

  1. The 120-cell. The main changes will be:

    • Can render all 4D polytopes, not merely the 120-cell.
    • Use Todd - Coxeter algorithm to generate all vertices, edges, faces, not using a pre-computed data.
    • Use POV-Ray to render nice images.
    • Port jenn3d to python with Pyglet and GLSL.
  2. The hyperbolic tilings. The main features will be:

    • Use more advanced algorithm to generate the tiling i.e. the minimal root algorithm.
    • Tile the disc with an user defined texture, i.e. Escher's circle limit art.

The following projects will be added to this repo:

  1. Fluid simulation with Navier - Stokes equation.
  2. 3D minimal surfaces with POV-Ray.
  3. Image warppings with conformal transformations.