RX a modern and extensible pixel editor implemented in rust

Channel:
Subscribers:
3,990
Published on ● Video Link: https://www.youtube.com/watch?v=TaeWYbVSo0g



Duration: 2:52
671 views
16


RX v0.2.0 alpha pixel editor running on Ubuntu 19.10 with Unity 7
appimage here https://cloudhead.io/rx/

rx is an extensible, modern and minimalist pixel editor and animator implemented in rust. It's designed to have as little UI as possible, and instead takes inspiration from vi's modal nature and command mode.

Compared to other pixel editors, rx aims to be smaller yet more configurable and extendable. `rx` takes a different approach when it comes to animation as well, which is done with *strips*.

GOALS
* Minimal UI. Clean aesthetics. No clutter.
* Everything that should be controlled by the keyboard, is.
* Extensible and scriptable with a simple command-based language.
* Familiar to anyone with vi(m) knowledge.
* Snappy. All commands run in 16ms.
* Optimized for advanced users. vi-like philosophy.
* Small, hackable codebase. At most 10 KLOC.
* First-class Linux support.
* CPU & memory efficient.
FEATURES
* Built-in sprite animation support, with live preview.
* Work with multiple files simultaneously.
* Extensible command system.
* Text-based configuration.
* HiDPI display support.
* Undo/redo support.
* Color palette support.
* PNG support.
* Animated GIF support.
* Multi-brush / synchronous editing.
* Symmetry brush mode.
* Brush filtering a.k.a "pixel-perfect" mode.
* Coming soon: Layers.
* Coming soon: Visual mode.
* Coming soon: Workspaces.







Tags:
rx
pixel editor
ubuntu
linux