Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
N1ghtF1re authored May 24, 2019
1 parent b71c904 commit e913ecf
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
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.

0 comments on commit e913ecf

Please sign in to comment.