sqbi-q / Caravan

Multi-layered ASCII/Unicode-art editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caravan - Cool ASCII Art Editor

Caravan is multi-layered ASCII/Unicode-art editor, which goal is implementation of cool features and further improvement of predecessor's functionality.

This project is fork of Aewan - created by Bruno Takahashi C. de Oliveira and licensed under the GNU General Public License.

For a full list of authors, please see the CREDITS file.

Installation

After cloning this repository, you compile and install it the same way as provided by Aewan's README:

$ cd Caravan
$ ./configure
$ make
$ su -c 'make install'

License

Same license as for Aewan is used, that being GNU General Public License v2.0.


What is Aewan?

Aewan is a multi-layered ascii-art/animation editor that produces both stand-alone cat-able art files and an easy-to-parse format for integration in your terminal applications. It is primarily designed for Linux, although it currently also compiles under FreeBSD and possibly other *NIX systems.

More details available in Aewan's README and its home page: http://aewan.sourceforge.net

Contribution for Aewan

List present in Aewan's README:

What Caravan changed? What are those cool features?

  • Extended editor's character size to 4 bytes, allowing creating, storing and displaying of Unicode art (e.g. symbols such as ´, , ¡ and ·).

About

Multi-layered ASCII/Unicode-art editor

License:GNU General Public License v2.0


Languages

Language:C 94.4%Language:Python 2.5%Language:Makefile 1.4%Language:POV-Ray SDL 1.2%Language:M4 0.3%Language:Shell 0.2%