Welcome to the OpenGL Bouncing DVD Logo project! This C++ application showcases a classic DVD logo bouncing around the screen, using OpenGL for graphics rendering. Watch as the logo changes color upon collision with the screen edges, bringing back nostalgic screensaver vibes.
- C++ compiler (GCC/Clang on Linux, MSVC on Windows)
- CMake
- OpenGL libraries
- GLEW
- GLFW
- GLM
- Clone the repository:
git clone https://github.com/Tlamir/OpenGL_DVD_Logo.git cd OpenGL_DVD_Logo
2.Open the solution in Visual Studio.
3.Build and run the project.
1.Install the required libaries:
sudo apt-get install cmake libglew-dev libglfw3-dev libglm-dev
2.Clone the repository:
git clone https://github.com/Tlamir/OpenGL_DVD_Logo.git
cd OpenGL_DVD_Logo
cd OpenglApp
3.Create a build directory and navigate to it:
mkdir build
cd build
4.Run CMake to configure the project
cmake ..
5.Build the project:
make
6.Run the executable
./OpenGLApp