Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfram77 committed Sep 21, 2018
1 parent c75c85a commit 3a5e713
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# qb-text-draw
**qb-text-draw** is a dos tool for making a text-mode user interface or art.
**textdraw** is a dos tool for making a text-mode user interface or art.
Remind yourself of the dos days, or do some cool ascii art. Use the mouse as
the cursor. Drawing can be done by mouse click, which places the cursor
character in the text-canvas, or simply by simply typing wich places the
Expand All @@ -10,50 +9,53 @@ well as the arrow keys.

## demo

<img src="https://raw.githubusercontent.com/wolfram77/qb-text-draw/gh-pages/0/image/0.png" width="70%"><br/>
<img src="https://raw.githubusercontent.com/qb40/textdraw/gh-pages/0/image/0.png" width="70%"><br/>
Start `text.exe`.
<br/><br/>


<img src="https://raw.githubusercontent.com/wolfram77/qb-text-draw/gh-pages/0/image/1.png" width="70%"><br/>
<img src="https://raw.githubusercontent.com/qb40/textdraw/gh-pages/0/image/1.png" width="70%"><br/>
Save text-art to `File name` `text.tex`.<br/>
If already exists, it is loaded.
<br/><br/>


<img src="https://raw.githubusercontent.com/wolfram77/qb-text-draw/gh-pages/0/image/2.png" width="70%"><br/>
<img src="https://raw.githubusercontent.com/qb40/textdraw/gh-pages/0/image/2.png" width="70%"><br/>
`Help` screen gives the controls.
<br/><br/>


<img src="https://raw.githubusercontent.com/wolfram77/qb-text-draw/gh-pages/0/image/3.png" width="70%"><br/>
<img src="https://raw.githubusercontent.com/qb40/textdraw/gh-pages/0/image/3.png" width="70%"><br/>
The screen is painted white first.<br/>
By changing cursor background color to white.
<br/><br/>


<img src="https://raw.githubusercontent.com/wolfram77/qb-text-draw/gh-pages/0/image/4.png" width="70%"><br/>
<img src="https://raw.githubusercontent.com/qb40/textdraw/gh-pages/0/image/4.png" width="70%"><br/>
Rough sketch is prepared.<br/>
By changing cursor text and color.
<br/><br/>


<img src="https://raw.githubusercontent.com/wolfram77/qb-text-draw/gh-pages/0/image/5.png" width="70%"><br/>
<img src="https://raw.githubusercontent.com/qb40/textdraw/gh-pages/0/image/5.png" width="70%"><br/>
`Mouse-right` can be used to copy text below cursor.
<br/><br/>


<img src="https://raw.githubusercontent.com/wolfram77/qb-text-draw/gh-pages/0/image/6.png" width="70%"><br/>
<img src="https://raw.githubusercontent.com/qb40/textdraw/gh-pages/0/image/6.png" width="70%"><br/>
Text-art is complete.<br/>
Text was added simply by typing.
<br/><br/>


<img src="https://raw.githubusercontent.com/wolfram77/qb-text-draw/gh-pages/0/image/7.png" width="70%"><br/>
<img src="https://raw.githubusercontent.com/qb40/textdraw/gh-pages/0/image/7.png" width="70%"><br/>
`text.tex` is reopened for viewing.
<br/><br/>


<img src="https://raw.githubusercontent.com/wolfram77/qb-text-draw/gh-pages/0/image/8.png" width="70%"><br/>
<img src="https://raw.githubusercontent.com/qb40/textdraw/gh-pages/0/image/8.png" width="70%"><br/>
Text-art stored in `text.tex`.
<br/><br/>


[![qb40](https://i.imgur.com/xAWLn0I.jpg)](https://qb40.github.io)

0 comments on commit 3a5e713

Please sign in to comment.