Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.
/ 2d_house Public archive

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

Notifications You must be signed in to change notification settings

juliorodrigues07/2d_house

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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