This repository contains projects and assignments related to the CSE423 Computer Graphics course. The projects are developed using Python and the PyOpenGL graphics library. The aim of these projects is to demonstrate various techniques and concepts in computer graphics.
These instructions will guide you on how to set up the environment to run the projects on your local machine.
- Python 3.6 or higher
- PyOpenGL
- GLFW
- GLM
- Pillow
-
Ensure you have Python installed on your system. If not, download and install it from the official website.
-
Install the required packages using pip:
pip install PyOpenGL PyOpenGL_accelerate glfw glm Pillow
3.Clone this repository to your local machine:
git clone https://github.com/ashak-odree/CSE423-COMPUTER-GRAPHICS-.git
4.Navigate to the project directory:
cd CSE423-COMPUTER-GRAPHICS-
5.Run a project using Python:
python <project_name>/main.py
This repository contains various computer graphics projects. Each project focuses on specific techniques or concepts in the field. Navigate to the individual project directories for more details.