How to render a cylinder?

There are some simple examples of mesh animation here. In essence, those examples modify the mesh’s vertices and then recreate the new mesh using GeometryBasics.Mesh(V, F) where V and F are vectors defining the mesh’s Vertices and triangle Faces.