Skip to content

Commit f14e64d

Browse files
Add Rx v0.5 (#776)
* Add Rx v0.5 * Formatting Co-authored-by: Forest Anderson <forestkzanderson@gmail.com>
1 parent d240d12 commit f14e64d

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

content/news/025/index.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,49 @@ is coming very soon. [Join the Discord][graphite-discord] and get involved!
576576
[graphite-twitter]: https://twitter.com/GraphiteEditor
577577
[graphite-live-demo]: https://editor.graphite.design
578578

579+
### [rx]
580+
581+
![rx](rx_logo.png)
582+
583+
[rx] by [@cloudhead][cloudhead] is a modern and minimalist pixel editor written
584+
in Rust.
585+
586+
Rx is a pixel art editor/animator written in Rust in about 12K LOC, which
587+
combines a vim-like modal interface with a cursor-based editor.
588+
589+
- Website: [https://rx.cloudhead.io](https://rx.cloudhead.io)
590+
- Code: <https://github.com/cloudhead/rx>
591+
- Community: [Discord](https://discord.gg/xHggPjfsS9)
592+
- Download: [rx-0.5.2-x86_64.AppImage][rx_download]
593+
594+
Release v0.5 was just published with the following new features and updates:
595+
596+
```markdown
597+
- New tool `:flood`, for filling an area with color
598+
- New brush mode `line`, for drawing straight lines
599+
- New command `:selection/flip <axis>` to flip the current selection
600+
- New command `:export <resize> <path>`, eg. `:export @2x meme.gif`
601+
- New command `:p/write <file>` to save the color palette to a file
602+
- New command `:p/sample` to sample view colors into palette
603+
- New command `:p/sort` to sort the palette colors
604+
- New command `:p/gradient` to add a color gradient to the palette
605+
- New setting `:p/height` to set the palette height in cells
606+
- Move between frames with `h` and `l` keys
607+
- Use *pan* tool in help mode
608+
- Fix command key ':' for non-ANSI layouts
609+
- Implement new command parser based on `memoir`
610+
- Add compatibility for non x86-64 systems
611+
- Support pasting from clipboard in command-line
612+
- Support character inputs in key mappings, eg. `map '?' :help`
613+
- Skip unreadable files when reading a directory
614+
- New, smoother animation rendering
615+
```
616+
617+
[rx]: https://rx.cloudhead.io
618+
[rx_discord]: https://discord.gg/xHggPjfsS9
619+
[rx_download]: https://github.com/cloudhead/rx/releases/download/v0.5.2/rx-0.5.2-x86_64.AppImage
620+
[cloudhead]: https://twitter.com/cloudhead
621+
579622
## Library Updates
580623

581624
### [GGRS]

content/news/025/rx_logo.png

2.84 KB
Loading

0 commit comments

Comments
 (0)