/2d_house

Implementation of a 2D house model from scratch, utilizing OpenGL API.

Primary LanguageC

C99

2D House

Implementation of a 2D house model from scratch, utilizing OpenGL API (First practical activity from Computer Graphics course - DCOMP - UFSJ).

Requirements

  • GCC compiler:

    sudo apt install build-essential
    
  • OpenGL API:

    sudo apt-get install freeglut3-dev
    
  • To install all dependencies:

    ./install_dependencies.sh
    

Compilation

  • Execute the following command to compile the source code (inside from_scratch or proper_way directory):

    make
    

Execution

  • The command for executing the program is as it follows (inside from_scratch or proper_way directory):

    make run