forked from RPCSX/rpcsx-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5fbe20a
commit 64dbe68
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,20 @@ | ||
# rpcsx-ui | ||
|
||
This repo houses an experimental cross-platform UI for RPCSX built using Tauri and Svelte. UI is renderer using OS native browser frameworks, and IPC with the main RPCSX process will be done through the Rust backend. | ||
|
||
## Dependencies | ||
- [Rust](https://www.rust-lang.org/tools/install) | ||
- [Bun](https://bun.sh/) | ||
|
||
## Build Guide | ||
|
||
- `bun install` | ||
- `bun run tauri dev` | ||
|
||
## Recommended IDE Setup | ||
|
||
[VS Code](https://code.visualstudio.com/) + [Svelte](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer). | ||
[VS Code](https://code.visualstudio.com/) with the following extensions: | ||
- [Svelte](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode) | ||
- [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) | ||
- [Tailwind CSS](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss) | ||
- [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) |