From 11a374c25fa33cdddcdf14990f60af147f592a07 Mon Sep 17 00:00:00 2001 From: Alexis Sellier Date: Tue, 7 Sep 2021 21:32:29 +0200 Subject: [PATCH 1/2] Add Rx v0.5 --- content/news/025/index.md | 41 +++++++++++++++++++++++++++++++++++ content/news/025/rx_logo.png | Bin 0 -> 2909 bytes 2 files changed, 41 insertions(+) create mode 100644 content/news/025/rx_logo.png diff --git a/content/news/025/index.md b/content/news/025/index.md index 6edd44990..e6d4a2ed3 100644 --- a/content/news/025/index.md +++ b/content/news/025/index.md @@ -349,6 +349,47 @@ _Discussions: ## Tooling Updates +### [rx] + +![rx](rx_logo.png) + +[rx] by [@cloudhead][cloudhead] is a modern and minimalist pixel editor written +in Rust. + +Rx is a pixel art editor/animator written in Rust in about 12K LOC, which +combines a vim-like modal interface with a cursor-based editor. + +* Website: [https://rx.cloudhead.io](https://rx.cloudhead.io) +* Code: +* Community: [Discord](https://discord.gg/xHggPjfsS9) +* Download: [rx-0.5.2-x86_64.AppImage][rx_download] + +Release v0.5 was just published with the following new features and updates: + +* New tool `:flood`, for filling an area with color +* New brush mode `line`, for drawing straight lines +* New command `:selection/flip ` to flip the current selection +* New command `:export `, eg. `:export @2x meme.gif` +* New command `:p/write ` to save the color palette to a file +* New command `:p/sample` to sample view colors into palette +* New command `:p/sort` to sort the palette colors +* New command `:p/gradient` to add a color gradient to the palette +* New setting `:p/height` to set the palette height in cells +* Move between frames with `h` and `l` keys +* Use *pan* tool in help mode +* Fix command key ':' for non-ANSI layouts +* Implement new command parser based on `memoir` +* Add compatibility for non x86-64 systems +* Support pasting from clipboard in command-line +* Support character inputs in key mappings, eg. `map '?' :help` +* Skip unreadable files when reading a directory +* New, smoother animation rendering + +[rx]: https://rx.cloudhead.io +[rx_discord]: https://discord.gg/xHggPjfsS9 +[rx_download]: https://github.com/cloudhead/rx/releases/download/v0.5.2/rx-0.5.2-x86_64.AppImage +[cloudhead]: https://twitter.com/cloudhead + ## Library Updates ### [GGRS] diff --git a/content/news/025/rx_logo.png b/content/news/025/rx_logo.png new file mode 100644 index 0000000000000000000000000000000000000000..3258196374c75aed08d50846075beb91d0d812eb GIT binary patch literal 2909 zcmds(e@q)?7{}k^=rKzUW<tOqqK3*IuOek14(c&=Q8Gio{}M(1?GebB~!m^{Anp%1FJ>4Uc0Xn<|qh0SG@6pws!RC_?Kyu;|Y9bx_Lj>H>>Bvj?~DDZH_ zQLrsw7$iP%0jYd372W!74HiBj$K!9jd0#;Z;Fo`Ok`~X(F&*bzm7P-$s7c-sUE`Ub zl=Y~33mqKyi;KDXrK3z3TDabUC~#VEb^EO zs8>;Q{bowQ80=@+ygT@KoT|4&SLA`Q0{;5G5w>wsnV~czw*IQ`OwusRwGO?vzq7^M z^fEqzYe1W;(a0p~c{&;5p7fV*c|hU3Ld$dEm2f_>6k}Ui z8|n-&eq%z2aLyP`L#hlcp*{GtTf$o=6JEm*}m>xE8Ns|hi5y>bn6x^ z*#zS9dTOG}>(G*|Ef>(MPQ1fP|D=&mqGXMFaf8jTWT%~V=P`d@AhCq+#0%o)E(cm-|A1RNfZ!R_?L=-ro|Jqv?2aQOz ze=2Ui%)J9ba4M5HMtw4?M(I3o_a80o^rPM)kxP0=KxXcudYnb}K=@^c_jd5?65Iqv z^p%lOlhFSyo8;r9O_V7E-HYcExE6@E#>q4~paD6~T}&4=5PZ|ikC@RskST1xt@2_q zhWDKT5@038>;Qyjl|hBXQW(wtH`9ecqhH>qq`gkr?6c$d!dlnV0V0Xde{ZZy{8Nu5 zzrXgN{_&OezEan-@~4HiorT$=+`A5iv+rB_w8uWxRr+YnnZKEwJN8m11u4l`n#lT6 z*Nl$>n1nXIc&e|(-v+MmcDMC&g~26p z@sJ-xrz+^VvB>!{3ZjD6k`WnQS>r6o7bMgypKdPcq#5K6WQ(0UPb_HlR Date: Tue, 7 Sep 2021 16:46:09 -0400 Subject: [PATCH 2/2] Formatting --- content/news/025/index.md | 46 ++++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 22 deletions(-) diff --git a/content/news/025/index.md b/content/news/025/index.md index 7d434a439..d6eebd937 100644 --- a/content/news/025/index.md +++ b/content/news/025/index.md @@ -434,31 +434,33 @@ in Rust. Rx is a pixel art editor/animator written in Rust in about 12K LOC, which combines a vim-like modal interface with a cursor-based editor. -* Website: [https://rx.cloudhead.io](https://rx.cloudhead.io) -* Code: -* Community: [Discord](https://discord.gg/xHggPjfsS9) -* Download: [rx-0.5.2-x86_64.AppImage][rx_download] +- Website: [https://rx.cloudhead.io](https://rx.cloudhead.io) +- Code: +- Community: [Discord](https://discord.gg/xHggPjfsS9) +- Download: [rx-0.5.2-x86_64.AppImage][rx_download] Release v0.5 was just published with the following new features and updates: -* New tool `:flood`, for filling an area with color -* New brush mode `line`, for drawing straight lines -* New command `:selection/flip ` to flip the current selection -* New command `:export `, eg. `:export @2x meme.gif` -* New command `:p/write ` to save the color palette to a file -* New command `:p/sample` to sample view colors into palette -* New command `:p/sort` to sort the palette colors -* New command `:p/gradient` to add a color gradient to the palette -* New setting `:p/height` to set the palette height in cells -* Move between frames with `h` and `l` keys -* Use *pan* tool in help mode -* Fix command key ':' for non-ANSI layouts -* Implement new command parser based on `memoir` -* Add compatibility for non x86-64 systems -* Support pasting from clipboard in command-line -* Support character inputs in key mappings, eg. `map '?' :help` -* Skip unreadable files when reading a directory -* New, smoother animation rendering +```markdown +- New tool `:flood`, for filling an area with color +- New brush mode `line`, for drawing straight lines +- New command `:selection/flip ` to flip the current selection +- New command `:export `, eg. `:export @2x meme.gif` +- New command `:p/write ` to save the color palette to a file +- New command `:p/sample` to sample view colors into palette +- New command `:p/sort` to sort the palette colors +- New command `:p/gradient` to add a color gradient to the palette +- New setting `:p/height` to set the palette height in cells +- Move between frames with `h` and `l` keys +- Use *pan* tool in help mode +- Fix command key ':' for non-ANSI layouts +- Implement new command parser based on `memoir` +- Add compatibility for non x86-64 systems +- Support pasting from clipboard in command-line +- Support character inputs in key mappings, eg. `map '?' :help` +- Skip unreadable files when reading a directory +- New, smoother animation rendering +``` [rx]: https://rx.cloudhead.io [rx_discord]: https://discord.gg/xHggPjfsS9