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

3D models from some SpongeBob SquarePants characters and scenarios, implemented using OpenGL API.

Notifications You must be signed in to change notification settings

juliorodrigues07/bikini_bottom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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