Skip to content

lui5085/CG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CG Project

This project is a simple C++ application that uses OpenGL and GLFW to render a 3D sphere on the screen. The project includes functions to initialize the OpenGL context, create a window, and render the sphere.

Students

Luis Antônio Andrade de Albuquerque - 557472

Lia Linhares Carvakhedo - 554165

Prerequisites

Before you begin, ensure you have the following installed on your system:

  • CMake 3.29 or higher
  • A C++ compiler that supports C++20
  • OpenGL
  • GLFW
  • GLEW

Building the Project

  1. Clone the repository:

    git clone https://github.com/yourusername/CG.git
    cd CG
  2. Create a build directory and navigate into it:

    mkdir build
    cd build
  3. Run CMake to configure the project:

    cmake ..
  4. Build the project:

    make

Running the Project

After building the project, you can run the executable:

./CG

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors