Skip to content

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.

Notifications You must be signed in to change notification settings

aragle/computer-graphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages