neozhaoliang / Hyperbolic-Honeycombs

Visualize 3d/4d hyperbolic honeycombs and sphere packings.
GNU General Public License v3.0
245 stars 7 forks source link
ball-packings circle-packing coxeter-groups fractals hyperbolic-geometry hyperbolic-space tilings

Requirement: This repository is included in the official release of FragM. You can run the examples by installing FragM and navigating to examples >> neozhaoliang.

In this project, We will visualize hyperbolic Coxeter groups of varying ranks 3/4/5 and levels 1/2/3. The scenes can be categorized into two types:

  1. Tiling display: Show the tiling of hyperbolic honeycombs inside the space in the Poincaré ball and upper half-space models.
  2. Sphere packing display: Show the sphere packing on the ideal boundary. The complement of this sphere packing is called the limit set.

The level of a Coxeter group $G$ is defined as the smallest non-negative integer $l$, such that after removing any $l$ vertices from its Coxeter diagram, all connected components of the remaining diagram are finite or affine. For example, finite (spherical) and affine (Euclidean) Coxeter groups have level 0.

It's proved in a paper by George Maxwell that Coxeter groups of level 1 or 2 are both hyperbolic. For level 1, the limit set is the ideal boundary and there is no sphere packing. For level 2, there is a maximal sphere packing on the ideal boundary, meaning the spheres do not intersect and fill the boundary. For levels higher than 2, the spheres still fill the boundary, but they will overlap. For further mathematical details, please refer to the paper by Chen and Labbé (Chen and Labbé's paper) on the connection between hyperbolic geometry and sphere packings.

3D Euclidean tilings (rank = 4, level = 0)

Shadertoy live

2D hyperbolic tilings (rank = 3, level = 1, 2)

Shadertoy live

From left to right: compact tiling, paracompact tiling (with ideal vertices on the boundary), non-compact tiling (with hyperideal vertices outside the space)

The level 2 case in the rightmost image appears less attractive. However, it can be observed that each cell, which is an unbounded triangle, intersects the ideal boundary at an arc. All these arcs pack the entire boundary circle. This phenomenon generalizes to three and four-dimensional spaces. If the group has level 2, each cell in the honeycomb will intersect the boundary at a disk/sphere, and these disks/spheres pack the entire boundary.

3D hyperbolic honeycombs (rank = 4, level = 1, 2)

The code used to render the following image is here. It can render any hyperbolic group of rank 4 that has all labels $m_{s,t}<\infty$ and contains a finite sub-diagram of rank 3. (Images with Poincaré disks packing the boundary are of level 2)

353-1000 363-0100
373-0101 444-0011
445-0011 445-1100
534-1000 535-1100
536-1100 735-0011
522332-1010 935-0011
532233 365-1101
445-0100 454-1101(1)
535-1000 522333

2D circle packings (rank = 4, level = 2)

Shadertoy live

cp1 cp2

2D circles packings (rank = 4, level > 2)

In this case, there will be overlapping circles:

Circle packings from platonic solids

In order (left to right, top to bottom): tetrahedron, cube, octahedron, dodecahedron, icosahedron.

Shadertoy Live

Non-reflective circle packings

These packings follow from a preprint of Kapovich and Kontorovich. Level not defined.

Extended Bianchi groups. Left: Bi23. Right: Bi31.

Groups from Mcleod's thesis. Left: Modified f(3,6). Right: f(3,14).

2D slices of 3D ball packings (rank = 5, level = 2)

Shadertoy live

3D ball packings (rank = 5, level >= 2)

These are the ball packings in the next section but shown in the Poincaré unit ball model.

236-323-423-2 244-224-243-2 244-232-425-2

Fractals from 3D ball clusters (rank = 5, level = 3)

4-4-inf-inf(2)(1) 4-4-inf-inf(1)
236-223-227-5 236-444-322-5
244-223-22inf-inf 244-234-334-4
244-442-323-3 244-327-327-4
333-224-22inf-inf 333-225-32inf-inf
333-227-225-inf(inf=1 3) 333-227-226-7
333-433-224-2 333-442-343-3(3D)

How to use this project in FragM

Please refer to the official Wiki page of FragM for more detailed information on how to use it.

Authors

License

The .frag code written for FragM in this repository is licensed under the GPL License. The images demonstrated by the authors in this project, including those uploaded by the authors on other platforms such as Twitter, are licensed under the CC BY-NC-SA license.