ms0g / cube13h

Spinning cube in mode 13h

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cube13h

Description

cube13h is a simple 3D graphics demonstration program written in Turbo C++ and x86 assembly for PC DOS. It demonstrates basic graphics programming techniques to render and animate a 3D cube on the screen, in mode 13h (320x200) colors.

cube13h

Prerequisites

  • Turbo C++ (>= 3.0)
  • Turbo Assembler (>= 3.2)
  • DOSBox or a real DOS computer

Usage

  1. Download or clone the cube13h repository to your local machine.
  2. Open a DOS terminal or DOS emulator such as DOSBox.
  3. Navigate to the directory containing the cube13h executable.
  4. Run the cube13h executable by typing cube13h and pressing Enter.

Controls

  • Press the ESC key to exit the application.

Building from Source

If you want to build cube13h from source, you'll need Turbo C++ and the related build tools.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Credits

Developed by M. Sami Gürpınar

About

Spinning cube in mode 13h

License:MIT License


Languages

Language:C++ 73.2%Language:C 26.8%