Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
okanuregen committed Jun 2, 2020
1 parent 9a65264 commit f0bf86e
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Drawing-Editor
/*SCREEN SHOTS
<img src="http://prntscr.com/ssj7me">
/*EN
<p>It is a simple drawing editor application.</p>
<p>There are 2 control panels which are on the top and left sides and 1 drawing area in the middle of the screen. In this app, it's allowed that adding rectangle, circle or line. When a button that represent the shapes are clicked, the top panel replace with the new panel according to clicked button.</p>
<p>In the top panels of rectangle and circle, there are some buttons and inputs to specify the width and height value, set color and choose the empty or full. After determining the options, user can click the draw button to add the shape on the screen.</p>
<p>In the top panel of line, there is a input for changeing the size and a button for setting the color. In order to draw line, user must click somewhere and drag the mouse to ending point.
<p>In order to move a shape, user can drag it. If the tick is active, shapes cannot be removing unless pressing the garbage icon. In order to delete a shape deleting must be actived by clicking the tick icon.</p>
<p>Garbage icon provides removing all shapes from the window.<br>
<p>There are 2 control panels which are on the top and left sides and 1 drawing area in the middle of the screen. In this app, it's allowed that adding rectangle, circle or line. When a button that represent the shapes are clicked, the top panel replace with the new panel according to clicked button and it allows transactions with that shape</p>
<p>In the control panels of rectangle and circle, there are some buttons and inputs to specify the width and height value, set color and choose the empty or full. After determining the options, user can click the draw button to add the shape on the screen.</p>
<p>In the control panel of line, there is a input for changing the size and a button for setting the color. In order to draw line, user must click somewhere and drag the mouse to ending point.</p>
<p>In order to move a shape, user can press and drag it. If the tick is active, shapes cannot be removing unless pressing the trash icon. In order to delete a shape deleting must be actived by clicking the tick icon. After that when the user click a shape, it'll remove.</p>
<p>Trash icon provides removing all shapes from the window.<br>
And there is a save button to save the working as a jpeg.</p>
<hr>
/*TR
<p>Basit bir çizim editörü uygulamasıdır.</p>
<p>Solda ve üst tarafta olmak üzere 2 adet kontrol paneli ve ekranın ortasında 1 adet çizim alanı vardır. Uygulama dörtgen, çember ve çizgi çizmeye izin verir. Şekilleri temsil eden butonlara basılınca, üst panel istenilen şeklin paneli ile değişir ve o şekil ile işlemler yapılmasına olanak tanır</p>
<p>Dikdörtgen ve dairenin kontrol panellerinde, genişlik ve yükseklik değerini belirtmek, rengi ayarlamak ve boş veya dolu olup olmadığını belirlemek için bazı düğmeler ve girişler vardır. Seçenekleri belirledikten sonra, kullanıcı şekli ekrana eklemek için "draw" düğmesine tıklayabilir.</p>
<p>Çizginin kontrol panelinde, boyutu değiştirmek için bir giriş ve rengi ayarlamak için bir düğme vardır. Çizgi çizebilmek için kullanıcının bir yere tıklaması ve fareyi bitiş noktasına sürüklemesi gerekir.</p>
<p>Bir şekli taşımak için, kullanıcı o şekle basıp sürükleyebilir. Eğer tik işareti etkinse, çöp kutusu iconuna basılmadığı sürece şekiller silinemez. Bir şekli silmek için tik işaretine basılıp silme aktif edilir. Aktif edildikten sonra kullanıcı bir şekle tıklayınca silinir.</p>
<p>Çöp kutusu butonu tüm şekilleri silmeye yarar.<br>
Ve çalışmayı jpeg olarak kaydeden bir kaydet butonu vardır.</p>

0 comments on commit f0bf86e

Please sign in to comment.