Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.
/ gl-figure-editor Public archive

Project for Computer Graphics course (Bachelors degree) written in OpenGL

Notifications You must be signed in to change notification settings

Manomenu/gl-figure-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

Window application written in C++/OpenGL that allows user to create figures and edit them.

Features

  • create figure by clicking on screen (click on first dot to close end figure creation)
  • move figure by dragging a space with created figure
  • edit figure by dragging its edges
  • delete figures

Optimalization

  • created frame buffer for storing data in each pixes with figures that cover that pixel (grants O(1) screen click processing)

About

Project for Computer Graphics course (Bachelors degree) written in OpenGL

Resources

Stars

Watchers

Forks