Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

The Martyr Tower (Shaheed Minar)

Overview

This is a C++ BGI graphics animation that draws the Shaheed Minar and a Bangladeshi flag. It commemorates International Mother Language Day (21 February).

Final Output

Rendered Shaheed Minar scene
Shaheed Minar
Rendered Bangladesh flag
Bangladesh Flag

Files

  • main.cpp: Animated drawing of the Shaheed Minar and red sun.
  • flag.cpp: Static drawing of the flag and pole.

Build and run

This project uses the legacy BGI graphics library (graphics.h). You need a compiler/toolchain that provides BGI and the BGI runtime files.

Notes:

  • The code currently initializes graphics with: initgraph(&gd,&gm,"c:\TURBOC3\BGI"); Update the BGI path to match your environment.
  • If you use WinBGIm/Code::Blocks on Windows, link with the BGI libraries.
  • On Linux, use a compatible BGI port (for example, libgraph or SDL_bgi) and adjust build flags and include paths accordingly.

Usage

  • Run the program. The animation draws the scene.
  • Press any key to close the window.

Credits

Author: Rajesh Biswas (rajesh_1920) Date: 21/02/2024.

About

A C++ graphics.h (BGI) project featuring a coordinate-based animated Shaheed Minar and Bangladesh flag, built to honor 21 February – International Mother Language Day.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages