Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Graphics and Animation


Several Codes Related to Computer Graphics and Animation

  • DDA Line Algorithm using OpenGL. The code is here.
  • Mid Point Line Algorithm using OpenGL. The code is here.
  • Bresenham Line Drawing Algorithm using OpenGL. The code is here.
  • Mid Point Circle Algorithm using OpenGL. The code is here.

National Monument of Bangladesh

National Monument of Bangladesh

  • Find the code here.

Shaheed Minar of Bangladesh

Shaheed Minar of Bangladesh

  • Find the code here.

Create a GLUT Project in CodeBlocks (Windows 64-bit)

If you install CodeBlocks with MinGW and have not installed MinGW separately

  • Download and install codeblocks-20.03mingw-setup.exe from here.
  • Download this GLUT file.
  • Extract the file using WinRAR or another unzipper software.
  • Copy glut.h and paste it inside C:\Program Files\CodeBlocks\MinGW\include\GL
  • Copy glut32.lib and paste it inside C:\Program Files\CodeBlocks\MinGW\lib
  • Copy glut32.dll and paste it inside C:\Windows\SysWOW64
  • Create a new project in CodeBlocks and select the GLUT project. Give a name to your project.
  • Select the GLUT location as C:\Program Files\CodeBlocks\MinGW

If you install CodeBlocks and MinGW separately

  • Download the MinGW downloader from here.
  • Install the basic package of MinGW and add the location C:\MinGW\bin to the Environment Variable path.
  • Download and install codeblocks-20.03mingw-setup.exe from here.
  • Download this GLUT file.
  • Extract the file using WinRAR or another unzipper software.
  • Copy glut.h and paste it inside C:\MinGW\include\GL
  • Copy glut32.lib and paste it inside C:\MinGW\lib
  • Copy glut32.dll and paste it inside C:\Windows\SysWOW64
  • Create a new project in CodeBlocks and select the GLUT project. Give a name to your project.
  • Select the GLUT location as C:\MinGW

About

This repository contains code and resources related to computer graphics and animation labs, including setup guides and various implementations in C++ and Python. Perfect for students and enthusiasts exploring the fundamentals of graphics programming.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages