Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linebender/runebender
A font editor written in Rust.
https://github.com/linebender/runebender
Last synced: 5 days ago
JSON representation
A font editor written in Rust.
- Host: GitHub
- URL: https://github.com/linebender/runebender
- Owner: linebender
- License: apache-2.0
- Created: 2019-05-22T15:15:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-06T18:33:18.000Z (over 1 year ago)
- Last Synced: 2024-08-03T01:29:39.112Z (3 months ago)
- Language: Rust
- Size: 943 KB
- Stars: 760
- Watchers: 38
- Forks: 37
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-list - runebender
README
# Runebender
A font editor written in Rust, currently in very early stages.
**This software is very raw, and is not yet suitable for use**.
## Building
The only way to run Runebender is to build it yourself, from source. This
requires installing Rust; instructions are available at
[rustup.rs](https://rustup.rs).## Running
To run on a UFO file:
```rust
cargo run -- optional/path/to/some/unifedfontobject.ufo
```UFO files may also be opened with file>open in the running program.
If you want to contribute bug reports, first set this shell environment variable and then run the above command, so that if you have any unexpected panics, you can post them into the issue tracker and we can try to track them down:
```sh
export RUST_BACKTRACE=1
```## Contributions
Contributions are welcome. The [Rust Code of Conduct] applies. Please feel free to add your name to the [AUTHORS] file in any substantive pull request.
A very good place to ask questions and discuss development work is our
[Zulip chat instance](https://xi.zulipchat.com), in the [#runebender](https://xi.zulipchat.com/#narrow/stream/197829-runebender) channel.## License
All files in this repository are licensed under the [Apache 2.0](LICENSE) license.
[Rust Code of Conduct]: https://www.rust-lang.org/policies/code-of-conduct
[AUTHORS]: AUTHORS