| Crates.io | texel |
| lib.rs | texel |
| version | 0.2.5 |
| created_at | 2019-12-16 22:11:11.182465+00 |
| updated_at | 2024-03-05 03:54:43.437331+00 |
| description | ASCII art text editor |
| homepage | |
| repository | https://github.com/almindor/texel |
| max_upload_size | |
| id | 189857 |
| size | 322,474 |
ASCII Art and landscape editor. Texel aims to make editing ASCII art easy especially for use in games.

Rust v1.38+ is required.
The default terminal backend used is Crossterm which supports Linux, Mac OS X and Windows.
Termion can be used as well by switching to the ion feature.
cargo build --release
cargo build --release --no-default-features --features ion
texel [files]
Configuration files are saved in user config directory undex texel/config.ron using the RON format.
On Linux for example the location would be $HOME/.config/texel/config.ron
Types are defined in the texel_types crate. When saving a scene a gzipped RON file is produced. The contents are the Scene object with all the Sprites.