https://github.com/n1ghtf1re/graphics-editor
https://github.com/n1ghtf1re/graphics-editor
graphics-editor
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/n1ghtf1re/graphics-editor
- Owner: N1ghtF1re
- License: mit
- Created: 2019-02-17T15:23:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T12:02:41.000Z (almost 5 years ago)
- Last Synced: 2025-02-28T07:54:55.969Z (7 months ago)
- Topics: graphics-editor
- Language: Java
- Size: 7.14 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Graphics Editor
## 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.