Skip to content

ashak-odree/CSE423

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSE423-COMPUTER-GRAPHICS

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.

Table of Contents

Getting Started

These instructions will guide you on how to set up the environment to run the projects on your local machine.

Prerequisites

  • Python 3.6 or higher
  • PyOpenGL
  • GLFW
  • GLM
  • Pillow

Installation

  1. Ensure you have Python installed on your system. If not, download and install it from the official website.

  2. 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

Projects

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.

alt text

About

CSE 423: Computer Graphics (Lab + Project)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages