This repository contains various computer graphics projects and examples designed to help students understand fundamental concepts in computer graphics.
The primary purpose of this repository is to showcase personal projects and provide educational resources for students learning computer graphics.
This repository is intended for students who are learning computer graphics and have a basic understanding of Python.
- Python
- Matplotlib
- Numpy
- Opencv Python
- Basic Computer Graphics Algorithms
- Data Visualization
- Image Processing Projects
To set up your environment to use the code in this repository, follow these steps:
- Install Python from the official website: Python Downloads
- Install the required libraries using pip:pip install matplotlib numpy opencv-python
- Clone the repository to your local machine:git clone [repository URL]
- Navigate to the project directory:cd [repository directory]
- Run the desired script:python [script name].py
Users are expected to have:
- A basic understanding of Python programming
- Familiarity with computer graphics concepts
If you would like to contribute to this repository, please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature-branch) - Commit your changes (
git commit -m 'Add new feature') - Push to the branch (
git push origin feature-branch) - Create a new Pull Request
For any questions or feedback, please contact Anish Kumar at anishkumarbdmi@gmail.com.