Computer Graphics Class Homeworks and Exercises
- Teacher : Dr. Babak Karasfi
- Student : Ramtin Kosari
This repository contains a collection of graphical project implementations using the OpenGL library in C++. Each class session, my teacher defines a new project for us to work on. Below is a list of the projects completed so far:
- Screen Saver (Work with Lines)
Make sure you have the following installed :
- C++ Compiler
- OpenGL
- Glew
- SDL2
Open terminal and run :
git clone https://github.com/40021441054102/Graphics-Projects.git
cd Graphics-Projects
git submodule update --init --recursive
Clone my Automatic C++ Project Builder (RKACPB) and run :
git clone https://github.com/RamtinKosari/RKACPB.git
cd RKACPB
./build.sh --packages "OpenGL;GLEW;SDL2"
Then the Project will be compiled, now you need to find build
directory in previous path and execute this to run project :
cd ./build/
./run