GitHunt
AR

aragle/computer-graphics

Computer graphics is an art of drawing pictures on computer screens with the help of programming. It involves computations, creation, and manipulation of data. In other words, we can say that computer graphics is a rendering tool for the generation and manipulation of images.

computer-graphics

Requirements

  • CodeBlocks 17.12
  • GLUT 3.7.6

Setup Environment (Windows)

  • Install CodeBlocks version 17.12 and remember the installation path.
  • Download glut version 3.7.6 from the web then follow the next steps.
  • Open glut folder and copy or move the files by following under paths information.
    • Copy glut32.dll to C:\Windows\SysWOW64

    • Copy glut32.lib to C:\Program Files (x86)\CodeBlocks\MinGW\lib

    • Copy glut.h to C:\Program Files (x86)\CodeBlocks\MinGW\include\GL

  • Create a “GLUT project” from CodeBlocks, write codes then build and run.

2D Transformations

translate_point
rotating
scaling
translate_points
translate_lines

Languages

C++100.0%

Contributors

Created November 26, 2022
Updated March 3, 2024
aragle/computer-graphics | GitHunt