Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.28 KB

README.md

File metadata and controls

28 lines (24 loc) · 1.28 KB

Graphics Editor

Stars Download Latest Stable Version License

About the project

The project developed as part of OOP laboratory works. It is a simple graphics editor that can draw, resize, move shapes and more others.

Functionality

  • Drawing shapes;
  • Resizing shapes;
  • Moving shapes;
  • Changing shapes' color, pen size, pen color;
  • Opportunity to compile some shapes separately and then include to project;
  • Saving in file (Text format);
  • Loading from file;
  • Undo/redo changes;
  • etc.

Technologies

The project developed using JavaFX for creating GUI.