This is a Computer Graphics course project implemented using OpenGL and GLUT. The project features multiple interactive 3D scenes with various animations and effects.
- OpenGL
- GLUT (OpenGL Utility Toolkit)
- OpenAL (Open Audio Library)
- Install MinGW
-
Install GLUT:
- Copy the files to your MinGW include, lib directories
-
Install OpenAL:
- Copy the OpenAL files to your MinGW include, lib directories
- Run the oalinst.exe to install OpenAL on your system. ( find the .exe inside the OpenAL folder )
Run the install.bat script in the project root directory. This script will:
- Search for the MinGW compiler
- Copy necessary library files for OpenGL, GLUT, and OpenAL
- Install OpenAL if the installer is found
- Verify the installation and report any errors
- The project uses GLUT for window management and OpenGL for rendering
- OpenAL is used for audio effects
- The scenes include various animated objects and interactive elements