-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<h1 align="center">Graphics Editor</h1> | ||
<p align="center"><img src="https://i.imgur.com/IjiSZ26.png" height=150></p> | ||
|
||
<p align="center"> | ||
<a href="https://github.com/N1ghtF1re/Graphics-Editor/stargazers"><img src="https://img.shields.io/github/stars/N1ghtF1re/Graphics-Editor.svg" alt="Stars"></a> | ||
<a href="https://github.com/N1ghtF1re/Graphics-Editor/releases"><img src="https://img.shields.io/badge/download-brightgreen.svg" alt="Download"></a> | ||
<a href="https://github.com/N1ghtF1re/Graphics-Editor/releases"><img src="https://img.shields.io/github/tag/N1ghtF1re/Graphics-Editor.svg" alt="Latest Stable Version"></a> | ||
<a href="https://github.com/N1ghtF1re/Graphics-Editor/blob/master/LICENSE"><img src="https://img.shields.io/github/license/N1ghtF1re/Graphics-Editor.svg" alt="License"></a> | ||
</p> | ||
</p> | ||
|
||
## 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. |