From 0bc2faa0233f0c609ffa0f950262f6d04ec506b6 Mon Sep 17 00:00:00 2001 From: Juri Dispan Date: Wed, 11 Oct 2023 07:27:09 +0200 Subject: [PATCH] ico: add page (#10872) * ico: add page --------- Co-authored-by: K.B.Dharun Krishna --- pages/linux/ico.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/ico.md diff --git a/pages/linux/ico.md b/pages/linux/ico.md new file mode 100644 index 000000000..e494fa96d --- /dev/null +++ b/pages/linux/ico.md @@ -0,0 +1,20 @@ +# ico + +> Displays an animation of a polyhedron. +> More information: . + +- Display the wireframe of an icosahedron that changes its position every 0.1 seconds: + +`ico -sleep {{0.1}}` + +- Display a solid icosahedron with red faces on a blue background: + +`ico -faces -noedges -colors {{red}} -bg {{blue}}` + +- Display the wireframe of a cube with size 100x100 that moves by +1+2 per frame: + +`ico -obj {{cube}} -size {{100x100}} -delta {{+1+2}}` + +- Display the inverted wireframe of an icosahedron with line width 10 using 5 threads: + +`ico -i -lw {{10}} -threads {{5}}`