My 'Meshes.jl' gallery

Posted on October 12, 2023 by Stéphane Laurent

I really like the Julia package Meshes.jl. In this post, I show some pictures and animations I did with this package.

Hopf torus

If you know my blog, then you know my fascination for Hopf tori. Here is one.

Code

Hopf torus circle by circle

The same one, but plotted circle by circle.

Code

Nested Steiner chain

I already showed on this blog how to draw a nested Steiner chain with different programming languages. Here is the Julia way.

Code

Barth sextic

One of my favorite isosurfaces. It is done with the help of the MarchingCubes.jl package.

Code

Hyperbolic icosahedron

It is constructed with the help of the gyrovector space theory.

One can change the hyperbolic curvature:

Code

Linked cyclides

Now we switch to the 4D world. Here are three linked cyclides.

Code

Tesseract

Also known as the hypercube.

Code

Duoprism 3,30

I already showed on this blog how to draw a duoprism with different programming languages. Here is the Julia way.

Code

Duoprism 30,30

And here is the (30,30)-duoprism.

Code