/3d-bash-spinning-cube

A 3d spinning cube made in bash

Primary LanguageShell

3d-bash-spinning-cube

A 3D spinning cube created in Bash

This script uses a COPROC pipe to communicate with 'bc' for trigonometry calculations, avoiding the need to invoke 'bc' at each computation, thus optimizing performance. It also employs Bresenham's line algorithm for drawing lines.

580112

Author : Christopher AMIAUD