Compare commits

...

6 Commits

Author SHA1 Message Date
Tom Parker-Shemilt 3af06cf15b
Merge pull request #1691 from p0008874/patch-1
Add N64 Emulator
2024-03-29 15:04:21 +00:00
p0008874 8e0d0ff2c7
Update README.md 2024-03-28 22:19:08 +08:00
p0008874 e573dab7e8
Add N64 Emulator 2024-03-28 22:16:14 +08:00
Tom Parker-Shemilt 6195e7cded
Merge pull request #1690 from ynqa/jnv
Add jnv
2024-03-27 22:07:09 +00:00
ynqa 42fcb98d9a add: ynqa/jnv 2024-03-27 18:50:27 +09:00
ynqa a142651bec fix: ci badge for promkit 2024-03-27 18:50:07 +09:00
1 changed files with 4 additions and 1 deletions

View File

@ -284,6 +284,8 @@ See also [crates matching keyword 'emulator'](https://crates.io/keywords/emulato
* NES
* [koute/pinky](https://github.com/koute/pinky) —
* [pcwalton/sprocketnes](https://github.com/pcwalton/sprocketnes)
* Nintendo 64
* [gopher64](https://github.com/gopher64/gopher64) — N64 emulator written in Rust
* Nintendo DS
* [dust](https://github.com/kelpsyberry/dust) — A Nintendo DS emulator
* PlayStation 4
@ -476,6 +478,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/
* [uutils/coreutils](https://github.com/uutils/coreutils) — A cross-platform rewrite of the GNU coreutils [![CICD](https://github.com/uutils/coreutils/actions/workflows/CICD.yml/badge.svg)](https://github.com/uutils/coreutils/actions/workflows/CICD.yml)
* [watchexec](https://github.com/watchexec/watchexec) — Executes commands in response to file modifications
* [XAMPPRocky/tokei](https://github.com/XAMPPRocky/tokei) — counts the lines of code
* [ynqa/jnv](https://github.com/ynqa/jnv) — interactive JSON filter using jq [![ci](https://github.com/ynqa/jnv/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/ynqa/jnv/actions/workflows/ci.yml)
### Task scheduling
@ -1000,7 +1003,7 @@ See also [About Rusts Machine Learning Community](https://medium.com/@autumn_
* [hashmismatch/terminal_cli.rs](https://github.com/hashmismatch/terminal_cli.rs) [[terminal_cli](https://crates.io/crates/terminal_cli)] — build an interactive command prompt
* [mikaelmello/inquire](https://github.com/mikaelmello/inquire) [[inquire](https://crates.io/crates/inquire)] — A library for building interactive prompts on terminals. [![Build status](https://github.com/mikaelmello/inquire/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/mikaelmello/inquire/actions)
* [starship/starship](https://starship.rs/) [[starship](https://crates.io/crates/starship)] — A minimal, blazing fast, and extremely customizable prompt for any shell [![Build status](https://github.com/starship/starship/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/starship/starship/actions)
* [ynqa/promkit](https://github.com/ynqa/promkit) [[promkit](https://crates.io/crates/promkit)] — A toolkit for building interactive command-line tools [![Build status](https://github.com/ynqa/promkit/workflows/promkit/badge.svg?branch=master)](https://github.com/ynqa/promkit/actions)
* [ynqa/promkit](https://github.com/ynqa/promkit) [[promkit](https://crates.io/crates/promkit)] — A toolkit for building interactive command-line tools [![ci](https://github.com/ynqa/promkit/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/ynqa/promkit/actions/workflows/ci.yml)
* Style
* [colored](https://github.com/colored-rs/colored) [[colored](https://crates.io/crates/colored)] — Coloring terminal so simple, you already know how to do it!
* [console-rs/dialoguer](https://github.com/console-rs/dialoguer) [[dialoguer](https://crates.io/crates/dialoguer)] — Library for command line prompts and similar things.