-
Notifications
You must be signed in to change notification settings - Fork 0
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
3 changed files
with
29 additions
and
30 deletions.
There are no files selected for viewing
File renamed without changes.
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 |
---|---|---|
@@ -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.