rxx a hackable pixel editor

rxx is a fork of rx, the minimalist pixel editor, continuing development with new features, namely an integrated Rune scripting layer.

rxx is still in early development — expect frequent script API breakages. Please report issues and ideas on the issues page.

scripting

Rotate, scale, outline, animate, and preview with Rune plugins. See the full plugin demos.

install

rxx supports Linux, macOS, and Windows with OpenGL 3.3 or later.

from source

With cargo and cmake installed:

cargo install \
    --git https://github.com/guysv/rxx

This installs rxx under ~/.cargo/bin/rxx. Use --root <prefix> for a custom location.

On macOS, Xcode and the Xcode Command Line Tools are required. Install cmake with brew install cmake.

community

Join the rxx Discord community to share your work, talk about plugins, and ask questions.

about

rxx is free software, licensed under the GPL.