Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Oct 11, 2024
1 parent 5fbe20a commit 64dbe68
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
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)

0 comments on commit 64dbe68

Please sign in to comment.