This is graphic redactor with various OpenGL functions, that works in QT application. Various ways of using OpenGl, feel free to try reading the code.
Before usage turn off light source
- Clone the repository:
git clone https://github.com/raregodb/graphicEditorOpenGL.git - Navigate to the project directory:
cd graphicEditorOpenGL - Install dependencies:
using cmake:
cmake . && make
Run the project with:
./graphicEditor