rx
rx copied to clipboard
👾 Modern and minimalist pixel editor
``` warning: lint `mutable_borrow_reservation_conflict` has been removed: now allowed, see issue #59159 for more information --> src/session.rs:2681:21 | 2681 | #[allow(mutable_borrow_reservation_conflict)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default...
Solves #95 (actually the command is `:saveas` and not `:sav`). Save view to disk and change its name.
If there is a character after the cursor delete that, otherwise delete the current character. If the deletion should only delete the character after the cursor these change must be...
Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.12.3 to 0.12.4. Changelog Sourced from generic-array's changelog. 0.12.4 Fix unsoundness in the arr! macro. 0.12.0 Allow trailing commas in arr! macro. BREAKING: Serialize GenericArray using serde...
So I want to export my pixel art as a SVG. I used ``` :export @10x test.svg ``` But inspecting the SVG there is no output. I think the y-scaling...
Correct me if I'm wrong, but I don't see a way to scroll when I enter the `:help` screen. The only way to see more of the docs is to...
I tried changing the colour to transparent using #00000000 (RGBA), but the brush was still proper white. Couldn't find any info in the help section or in the how to...
Hi there! First of all, thank you for developing RX. I've been using it for a while now and like it very much. I am using Sway which uses Wayland...
Outside of a possible `.rxp` (rx project) file in the future, it may be useful to be able to interface with `.aseprite`, `.ase` and other raster project files like `.psd`,...
e.g. hold middle click to pan `map mbutton3 tool pan` use eraser on right click `map/normal mbutton2 :brush/set erase {:brush/unset erase}` use accelerator buttons on gaming / special mice `map...