/paint

Primary LanguageC

Paint

Brief description of the project

Index

  1. User Guide

  2. Dependencies

  3. Authors

User Guide

Menus / Features

  • File
    New Ctrl + N
    Open Ctrl + O
    Save Ctrl + S
    Save as Ctrl + Shift + S
    Close Ctrl + W
    Close Window Alt + F4
    Quit Ctrl + Q
  • Edit Ctrl + E / :e
    Undo Ctrl + Z
    Redo Ctrl + Y
    Cut Ctrl + X
    Copy Ctrl + C
    Paste Ctrl + V
    Move (Edit) M
    Scale (Edit) S
    Rotate (Edit) R
  • Insert INS / Ctrl + I / :i
    Point P
    Line L
    Polygon O
    Line Strip I
    Square S
    Circle C
  • Selection
    All Ctrl + A
  • Help
    Manual F1
    About

Dependencies

  • OpenGL FreeGLUT (GLUT)

Build on Windows

  • -lm -lopengl32 -lglu32 -lfreeglut

Build on Linux

  • -lm -lGL -lGLU -lGLUT

Collaborators