An open API service indexing awesome lists of open source software.

https://github.com/n1ghtf1re/graphics-editor


https://github.com/n1ghtf1re/graphics-editor

graphics-editor

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

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.