Skip to content

Commit

Permalink
🐢 rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfram77 committed Feb 4, 2022
1 parent 3a5e713 commit 666ee5e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 30 deletions.
File renamed without changes.
59 changes: 29 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,61 +1,60 @@
**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
character (with current color and background color) on the text-canvas and
moves the cursor to the next position. The cursor can be moved by mouse as
well as the arrow keys.
Tool for making a text-mode user interface or art in DOS.

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 character (with
current color and background color) on the text-canvas and moves the cursor to
the next position. The cursor can be moved by mouse as well as the arrow keys.

## demo
<br>

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


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


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


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


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


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


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


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

0 comments on commit 666ee5e

Please sign in to comment.