Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (16 loc) · 708 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 708 Bytes

C99

3D Bikini Bottom

Implementation of 3D models from SpongeBob SquarePants characters and scenarios using OpenGL API.

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:

    make
    

Execution

  • The command for executing the program is as it follows:

    make run