rx

? Modern and minimalist pixel editor

Github星跟踪图

██ ████ ██ ██
███ ██ ███
██ ██ ██
██ ██ ██

`rx` is a modern and minimalist pixel editor.

Designed with great care and love
with pixel artists and animators in mind.

OVERVIEW

rx is an extensible, modern and minimalist pixel editor implemented
in rust0. rx is free software, licensed under the GPLv3.

Most of the information on how to use rx is on the website:
https://rx.cloudhead.io. There, you can also find a user guide
(https://rx.cloudhead.io/guide.html), installation instructions,
and binary download links.

To build rx from source, see the build sections below.

Once inside rx, enter the :help command to get a list of key bindings
and commands.

REQUIREMENTS

At a minimum, OpenGL 3.3 support is required.

BUILD DEPENDENCIES

On macOS, Xcode and the Xcode Command Line Tools are required.
The latter can be obtained by running xcode-select --install
CMake can be installed with brew install cmake.

BUILD & INSTALLATION

Before proceeding, make sure the BUILD DEPENDENCIES have been installed.

Then, clone this repository and from its root, run:

$ cargo install --locked --path .

This will install rx under ~/.cargo/bin/rx. If you prefer a different
install location, you can specify it via the --root <prefix> flag, where
is for example '/usr/local'.

CONTRIBUTING

See the CONTRIBUTING file for details. Contributions are appreciated.

USAGE

See the guide at https://rx.cloudhead.io/guide.html.

TROUBLESHOOTING

If something isn't working like it's supposed to, there are various things
you can do to debug the problem:

  • Run rx with verbose logging, by using the -v command-line flag. This
    will log errors from the underlying libraries that are usually suppressed,
    and will show debug output that might indicate what the problem is.

  • If rx is crashing, run it with RUST_BACKTRACE=1 set in your environment
    to show a backtrace on crash.

  • It could be that the issue is related to your configuration - in that case
    the program can be run without loading the initialization script like so:

    rx -u -
    

LICENSE

This software is licensed under the GPL. See the LICENSE file for more details.

COPYRIGHT

(c) 2019 Alexis Sellier

主要指标

概览
名称与所有者cloudhead/rx
主编程语言Rust
编程语言Rust (语言数: 3)
平台
许可证GNU General Public License v3.0
所有者活动
创建于2019-08-14 21:54:49
推送于2024-01-31 21:57:35
最后一次提交2023-06-02 23:36:24
发布数9
最新版本名称v0.5.2 (发布于 2021-08-15 23:31:13)
第一版名称v0.1.0 (发布于 2019-08-24 21:37:47)
用户参与
星数3.3k
关注者数23
派生数109
提交数763
已启用问题?
问题数82
打开的问题数28
拉请求数37
打开的拉请求数11
关闭的拉请求数12
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?