diff --git a/README.md b/README.md index 23b076e..5a6ee4f 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,6 @@ If you want to contribute, please read [this](CONTRIBUTING.md). ## Table of Contents - [Applications written in Rust](#applications-written-in-rust) - - [Emulators](#emulators) - - [Games](#games) - - [Operating systems](#operating-systems) - - [System tools](#system-tools) - [Development Tools](#development-tools) - [Debugging](#debugging) - [Embedded](#embedded) @@ -82,45 +78,31 @@ See also [Friends of Rust](https://www.rust-lang.org/friends.html) (organization * [xi-editor](https://github.com/google/xi-editor) — a modern editor with a backend written in Rust. -### Emulators - -[[emulator](https://crates.io/keywords/emulator)] - -* Gameboy - * [Gekkio/mooneye-gb](https://github.com/Gekkio/mooneye-gb) — [](https://travis-ci.org/Gekkio/mooneye-gb) - * [mvdnes/rboy](https://github.com/mvdnes/rboy) — [](https://travis-ci.org/mvdnes/rboy) -* NES - * [pcwalton/sprocketnes](https://github.com/pcwalton/sprocketnes) — [](https://travis-ci.org/pcwalton/sprocketnes) -* Playstation - * [simias/rustation](https://github.com/simias/rustation) — [](https://travis-ci.org/simias/rustation) -* ZX Spectrum - * [pacmancoder/rustzx](https://github.com/pacmancoder/rustzx) — [](https://travis-ci.org/pacmancoder/rustzx) - - -### Games - -See also [Games Made With Piston](https://github.com/PistonDevelopers/piston/wiki/Games-Made-With-Piston). - -* [lifthrasiir/angolmois-rust](https://github.com/lifthrasiir/angolmois-rust) — a minimalistic music video game which supports the BMS format [](https://travis-ci.org/lifthrasiir/angolmois-rust) -* [swatteau/sokoban-rs](https://github.com/swatteau/sokoban-rs) — a Sokoban implementation -* [Zone of Control](https://github.com/ozkriff/zoc) — a turn-based hexagonal strategy game [](https://travis-ci.org/ozkriff/zoc) -* [rhex](https://github.com/dpc/rhex) — hexagonal ascii roguelike - -### Operating systems - -See also [A comparison of operating systems written in Rust](https://github.com/flosse/rust-os-comparison) - -* [redox-os/redox](https://github.com/redox-os/redox) — [](https://travis-ci.org/redox-os/redox) -* [thepowersgang/rust_os](https://github.com/thepowersgang/rust_os) — [](https://travis-ci.org/thepowersgang/rust_os) - -### System tools - -* [Aaronepower/tokei](https://github.com/Aaronepower/tokei) — counts the lines of code [](https://travis-ci.org/Aaronepower/tokei) -* [buster/rrun](https://github.com/buster/rrun) — a command launcher for Linux, similar to gmrun [](https://travis-ci.org/buster/rrun) -* [ogham/exa](https://github.com/ogham/exa) — a replacement for 'ls' written in Rust [](https://travis-ci.org/ogham/exa) -* [mmstick/systemd-manager](https://github.com/mmstick/systemd-manager) — a systemd service manager written in Rust using GTK-rs. -* [mmstick/tv-renamer](https://github.com/mmstick/tv-renamer) — a tv series renaming application with an optional GTK3 frontend. [](https://travis-ci.org/mmstick/tv-renamer) -* [uutils/coreutils](https://github.com/uutils/coreutils) — a cross-platform Rust rewrite of the GNU coreutils [](https://travis-ci.org/uutils/coreutils) +* **Emulators** [[emulator](https://crates.io/keywords/emulator)] + * Gameboy + * [Gekkio/mooneye-gb](https://github.com/Gekkio/mooneye-gb) — [](https://travis-ci.org/Gekkio/mooneye-gb) + * [mvdnes/rboy](https://github.com/mvdnes/rboy) — [](https://travis-ci.org/mvdnes/rboy) + * NES + * [pcwalton/sprocketnes](https://github.com/pcwalton/sprocketnes) — [](https://travis-ci.org/pcwalton/sprocketnes) + * Playstation + * [simias/rustation](https://github.com/simias/rustation) — [](https://travis-ci.org/simias/rustation) + * ZX Spectrum + * [pacmancoder/rustzx](https://github.com/pacmancoder/rustzx) — [](https://travis-ci.org/pacmancoder/rustzx) +* **Games** see also [Games Made With Piston](https://github.com/PistonDevelopers/piston/wiki/Games-Made-With-Piston). + * [lifthrasiir/angolmois-rust](https://github.com/lifthrasiir/angolmois-rust) — a minimalistic music video game which supports the BMS format [](https://travis-ci.org/lifthrasiir/angolmois-rust) + * [swatteau/sokoban-rs](https://github.com/swatteau/sokoban-rs) — a Sokoban implementation + * [Zone of Control](https://github.com/ozkriff/zoc) — a turn-based hexagonal strategy game [](https://travis-ci.org/ozkriff/zoc) + * [rhex](https://github.com/dpc/rhex) — hexagonal ascii roguelike +* **Operating systems** see also [A comparison of operating systems written in Rust](https://github.com/flosse/rust-os-comparison) + * [redox-os/redox](https://github.com/redox-os/redox) — [](https://travis-ci.org/redox-os/redox) + * [thepowersgang/rust_os](https://github.com/thepowersgang/rust_os) — [](https://travis-ci.org/thepowersgang/rust_os) +* **System tools** + * [Aaronepower/tokei](https://github.com/Aaronepower/tokei) — counts the lines of code [](https://travis-ci.org/Aaronepower/tokei) + * [buster/rrun](https://github.com/buster/rrun) — a command launcher for Linux, similar to gmrun [](https://travis-ci.org/buster/rrun) + * [ogham/exa](https://github.com/ogham/exa) — a replacement for 'ls' written in Rust [](https://travis-ci.org/ogham/exa) + * [mmstick/systemd-manager](https://github.com/mmstick/systemd-manager) — a systemd service manager written in Rust using GTK-rs. + * [mmstick/tv-renamer](https://github.com/mmstick/tv-renamer) — a tv series renaming application with an optional GTK3 frontend. [](https://travis-ci.org/mmstick/tv-renamer) + * [uutils/coreutils](https://github.com/uutils/coreutils) — a cross-platform Rust rewrite of the GNU coreutils [](https://travis-ci.org/uutils/coreutils) ## Development tools