REXPaint Rust crate

Crates.io

REXPaint logo

This crate provides functionality for reading and writing .xp files of the Grid Sage Games REXPaint ASCII art editor.

This can be used to import the images directly into a game, or to build tools for generating or manipulating images.

Documentation

Automatically generated documentation for the crate can be found on docs.rs.

Examples

A few example tools are part of the crate

Running noise example

Running view example

See these examples for how to use the library.