AsyaDraw is a free simple ASCII graphics editor using Free Pascal
AsyaDraw uses the CRT library
- GNU/Linux operating system
- Screen size 80 by 24 characters
- Keyboard
Debian & Debian-based
# apt-get install fpc
Arch & Arch-based
# pacman -S fpc
Fedora
# dnf install fpc
$ git clone https://github.com/UlyssesApokin/AsyaDrawFPC.git
$ cd AsyaDrawFPC
~/AsyaDrawFPC$ fpc AsyaDraw.pas
~/AsyaDrawFPC$ rm *.o
~/AsyaDrawFPC$ rm *.ppu
~/AsyaDrawFPC$ ./AsyaDraw
Run the program and enter the name of the file you are going to edit.
If a file with the same name does not exist, a new one will be created.
If a file with that name exists, it will be opened.
AsyaDraw is under development and may destroy a file that is not intended for her.
Do not open files of other applications in AsyaDraw.
-
Arrows - Move
-
Keys A..Z, a..z, 0.. 9, !../ - Brush
-
Tab + tab,b,u,g,c,r,m,o,l,d,n,a,e,t,y,w - Change colors
-
Space - Draw
-
Tab + 1 - Draw only color
-
Tab + 2 - Draw only symbol
-
Backspace - Delete
-
Escape - Save & exit
-
"/about" - Read application information
- New drawing tool
- Code optimization
- Bug fixed
- Added help page
- The program no longer closes when exiting edit mode
- Code optimization
- Added application information
- Bugs fixed
- Code optimization
- Add color change by double tab
- Pseudo GUI is now scalable
- Improve readability and code optimization
- Added draw mode and color picker mode
- Added saving and opening projects
- Added pseudo-graphical interface