diff --git a/examples/other/README.md b/examples/other/README.md index 21a28c82..a0eb5d94 100644 --- a/examples/other/README.md +++ b/examples/other/README.md @@ -21,8 +21,6 @@ python example.py # on mac OSX try 'pythonw' instead | | | | [![makevideo](https://user-images.githubusercontent.com/32848391/50739007-2bfc2b80-11da-11e9-97e6-620a3541a6fa.jpg)](https://github.com/marcomusy/vtkplotter/blob/master/examples/other/makeVideo.py)
`makeVideo.py` | Make a video of a rotating spider (needs linux `ffmpeg`).
Set `offscreen=True` to only produce the video without any graphical window showing. | | | | -| [![makevideo](https://upload.wikimedia.org/wikipedia/commons/c/cd/Hanoi_03.gif)](https://github.com/marcomusy/vtkplotter/blob/master/examples/other/hanoi3d.py)
`hanoi3d.py` | Make an animation of the Tower of Hanoi (needs imagemagick `convert`).
Standalone program with possibility to change number of disks | -| | | | [![printc](https://user-images.githubusercontent.com/32848391/50739010-2bfc2b80-11da-11e9-94de-011e50a86e61.jpg)](https://github.com/marcomusy/vtkplotter/blob/master/examples/other/printc.py)
`printc.py` | Printing in colors to the terminal.
Available colors:
0-black, 1-red, 2-green, 3-yellow, 4-blue, 5-magenta, 6-cyan, 7-white
Available modifiers:
c (foreground color), bc (background color), hidden, bold, blink, underline, dim, invert, box | | | | | [![som2d](https://user-images.githubusercontent.com/32848391/54557310-1ade5080-49bb-11e9-9b97-1b53a7689a9b.gif)](https://github.com/marcomusy/vtkplotter/blob/master/examples/other/self_org_maps2d.py)
`self_org_maps2d.py` | Self organizing maps (by [N. Rougier](https://github.com/rougier/ML-Recipes)). |