Télécharger la liste

Description du projet

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.

Système requise

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 accepte désormais un commentaire "format", qui extrait les métadonnées du fichier et l'option-L qui affiche le nombre de couche. couche "resize" fonctionnalité a été ajoutée. "Load file" et "Enregistrer le fichier 'utilisent maintenant des boîtes de dialogue qui permettent à l'utilisateur de naviguer dans vos répertoires. Un nouvel utilitaire d'exportation aemakeflic a été inclus. Elle convertit les documents aewan en animations qui peuvent être joués avec la commande 'less ", comme un script shell.
Tags: 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

Un bug, erreur de segmentation qui a permis d'essayer de corriger coords curseur lorsque une couche vient d'être ajouté a été fixée.
Tags: 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

Un menu a été introduit afin de rendre l'interface plus conviviale. "nouveau fichier" (tout dire clairement et repartir à zéro), la fonctionnalité a été ajoutée. aecat produit désormais plus HTML compatible XHTML et soutient couleur de fond. Les utilisateurs peuvent manipuler le coin supérieur gauche de sélections en mode de sélection.
Tags: 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

Quelques corrections de bugs mineurs (notamment certains bugs qui aecat causé à segfault dans certaines circonstances).
Tags: 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

Cette version se caractérise nettoyage de code, des améliorations de style, et corrections de bugs mineures / fautes de frappe. Il utilise maintenant stdbool au lieu du type home-grown ubool.
Tags: 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