Skip to content

N1ghtF1re/Graphics-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.