juliorodrigues07 / 2d_house

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    

About

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


Languages

Language:C 96.6%Language:Makefile 2.6%Language:Shell 0.8%