Download List

项目描述

Aewan is a curses-based program that allows for the creation and editing
of ASCII art. The user is able to move the cursor around the screen
by means of the arrow keys and "paint" characters by pressing the
corresponding keys. There are dialog boxes that allow the user to choose
foreground and background colors, as well as bold and blink attributes.
The user may also select rectangular areas of the canvas in order to
move, copy, and paste them. Aewan also supports "intelligent" horizontal
and vertical flipping (e.g., it converts "\" to "/", etc). What sets
Aewan apart from similar projects is the fact that it can work with
multiple layers and has the ability to turn transparency and visibility
on and off for each layer. A layer dialog is provided through which
the user can change the order of the layers. Thus, each layer can be
edited independently in order to generate a composite drawing. Instead
of using the layers for compositing, it is also possible to use the
layers as frames for an animation, thus enabling the user to create
ASCII animations. The file format is easy to parse, so it is easy to
write a terminal-based application that uses the Aewan files to display
onscreen. Aewan has been tested on the Linux terminal, rxvt, xterm, and
the FreeBSD console.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-10-01 11:12
1.0.01

aecat现在接受了“评论”的格式,从文件中提取和A - L选项,输出层数元数据。 “调整图层”功能已添加。 '加载文件'和'保存文件'现在使用对话框,让用户浏览目录。一个新的aemakeflic导出实用程序被列入。它转换成可以在'不'命令播放或动画aewan文件,一个shell脚本。
标签: Major feature enhancements
aecat now accepts a "comment" format that extracts metadata from the file and a -L option, which outputs the layer count. "resize layer" functionality was added. 'Load file' and 'Save file' now use dialog boxes that let the user browse directories. A new aemakeflic export utility was included. It converts aewan documents into animations that can be played in the 'less' command or as a shell script.

2005-02-19 21:41
0.9.6

阿段错误,从错误的试图纠正光标coords层时,刚刚增加,导致是固定的。
标签: Minor bugfixes
A segfault bug which resulted from trying to correct cursor coords when a layer had just been added was fixed.

2005-02-18 22:36
0.9.5

一个菜单引入了以使界面更友好。 “新的文件”(即清楚一切,从头开始)功能已添加。 aecat现在生产更多符合XHTML HTML和支持的背景颜色。用户可以操纵左上角的选择模式选择角落。
标签: Minor feature enhancements
A menu has been introduced in order to make the interface more friendly. "new file" (i.e. clear everything and start from scratch) functionality has been added. aecat now produces more XHTML-compliant HTML and supports background color. Users can manipulate the upper-left corner of selections in select mode.

2004-09-10 23:09
0.9.3

数(包括一些错误,造成aecat的段错误在某些情况下),小错误修正。
标签: Minor bugfixes
A few minor bugfixes (including some bugs that caused aecat to segfault under certain circumstances).

2004-08-18 06:42
0.9.2

这个版本的功能代码清理,改进作风,和小bug的修复/拼写错误。它现在使用stdbool而不是本土的ubool类型。
标签: Code cleanup
This version features code cleanups, style enhancements,
and fixes for minor bugs/typos. It now uses stdbool instead
of the home-grown ubool type.

Project Resources