Skip to content

Releases: abdullah4tech/Cpp-Rotating-Box

Version 0.1 Release

16 Oct 20:42
Compare
Choose a tag to compare

Version 0.1 Release

ASCII Art Cube Rotation

Description

Version 0.1 of the "ASCII Art Cube Rotation" program showcases a simple, yet mesmerizing 3D cube rotating using ASCII characters. It offers a visual demonstration of basic 3D projection and rotation concepts in a terminal window.

Features

  • A rotating 3D cube rendered with ASCII characters.
  • Adjustable rotation speed and parameters to customize the visual experience.
  • Designed to run on Linux and similar Unix-like systems.

Usage

  1. Compile the program using a C/C++ compiler.
  2. Run the compiled executable in your terminal.

Prerequisites

  • C/C++ Compiler
  • Terminal/Command Prompt

Required Library

  • To use the program, you need to have the "ncurses" library installed on your Linux system. It provides functions for controlling the terminal window and displaying ASCII characters.

Supported Platforms

  • Linux and similar Unix-like systems.

Required Library

  • To use the program, you need to have the "ncurses" library installed on your Linux system. It provides functions for controlling the terminal window and displaying ASCII characters.

    To install the "ncurses" library on a Debian-based system (e.g., Ubuntu), you can use the following command:

    sudo apt-get install libncurses5-dev
    

Notes

This release is a simple demonstration program that showcases 3D graphics in a terminal. You can adjust the code to fit your specific environment and preferences.

Feel free to explore and enjoy the world of ASCII art!

For more details, please refer to the readme.