Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 788 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 788 Bytes

Lab 02 - 2D object drawing and Coloring

Description

  • Draw an 2D object with OpenGL with coloring.
  • 2D coloring algorithms.
  • Graphicial user interface program and interacting with openGL.

Sources code

Project structure:

    └─── app
        ├─── objects /
        ├─── utils /
        └─── main.cpp

Details are the same as here.

Compiling

Follow the instruction here.

Interactions

  • Select the object by left-clicking inner the object.

  • right-click to open the properties menu to change the color of the selection or shape to be drawn.

  • Use Del key to remove the selected object.

Demo