Update rx
ee3a6ff21f65bb8941ce25a7ca2f4c75e3bc58ac
1 parent
0915a43c
rx/index.html
+10 -2
| 141 | 141 | <section> |
|
| 142 | 142 | <p><em>rx</em> is an extensible, modern and minimalist <strong>pixel editor</strong> |
|
| 143 | 143 | implemented in rust[0]. It's designed to have as little UI as possible, and instead |
|
| 144 | 144 | takes inspiration from vi's[1] modal nature and command mode.</p> |
|
| 145 | 145 | ||
| 146 | - | <p>Compared to other pixel editors, rx aims to be smaller, yet more configurable |
|
| 146 | + | <p>Compared to other pixel editors, rx aims to be smaller yet more configurable |
|
| 147 | 147 | and extendable. `rx` takes a different approach when it comes to animation |
|
| 148 | 148 | as well, which is done with *strips*.</p> |
|
| 149 | 149 | ||
| 150 | 150 | <small>[0]: <a href="https://rust-lang.org">https://rust-lang.org</a></small><br/> |
|
| 151 | 151 | <small>[1]: <a href="https://en.wikipedia.org/wiki/Vi">https://en.wikipedia.org/wiki/Vi</a></small> |
| 157 | 157 | <li>* Minimal UI. Clean aesthetics.</li> |
|
| 158 | 158 | <li>* Everything that should be controlled by the keyboard, is.</li> |
|
| 159 | 159 | <li>* Extensible and scriptable with a simple command-based language.</li> |
|
| 160 | 160 | <li>* Familiar to anyone with vi(m) knowledge.</li> |
|
| 161 | 161 | <li>* Snappy. All commands run in < 16ms.</li> |
|
| 162 | - | <li>* Optimized for advanced users. No hand-holding. vi-like philosophy.</li> |
|
| 162 | + | <li>* Optimized for advanced users. vi-like philosophy.</li> |
|
| 163 | 163 | <li>* Small, hackable codebase. At most 10 KLOC.</li> |
|
| 164 | 164 | <li>* First-class Linux support. |
|
| 165 | 165 | </ul> |
|
| 166 | 166 | </section> |
|
| 167 | 167 |
| 205 | 205 | The source code is available at <a |
|
| 206 | 206 | href="https://github.com/cloudhead/rx">github.com/cloudhead/rx</a>. |
|
| 207 | 207 | <em>rx</em> is <em>free software</em>. |
|
| 208 | 208 | </section> |
|
| 209 | 209 | ||
| 210 | + | <section> |
|
| 211 | + | <h2>SUPPORT</h2> |
|
| 212 | + | <p>If you find this project useful and want to support its continued maintenance, |
|
| 213 | + | consider sending ₿ (Bitcoin) to the following address with a memo indicating your |
|
| 214 | + | name, to be added to the contributors list:</p> |
|
| 215 | + | <center><p><code>1MpF7p9A8LJabZn7ehHpGbLcN5PCXRdGqm</code></p></center> |
|
| 216 | + | </section> |
|
| 217 | + | ||
| 210 | 218 | <section> |
|
| 211 | 219 | <h2>BUGS</h2> |
|
| 212 | 220 | If you encounter a bug, please open an issue on the <a href="https://github.com/cloudhead/rx/issues">tracker</a> |
|
| 213 | 221 | or send an email to rx@cloudhead.io. |
|
| 214 | 222 | </section> |