Skip to content

Commit

Permalink
Merge pull request #2 from uhKayla/dev
Browse files Browse the repository at this point in the history
v0.1.4-alpha.0
  • Loading branch information
kay-xr authored Jun 23, 2024
2 parents 94ea2b6 + bf12564 commit 45516cd
Show file tree
Hide file tree
Showing 64 changed files with 1,019 additions and 1,396 deletions.
12 changes: 12 additions & 0 deletions .idea/discord.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ A lightweight friends list manager for VRChat. Built on Sveltekit + Tauri. Thank
## Warning
This project is largely under development, security may not be perfect. VRC's official stance on using their API is to use it non-maliciously, spectre performs no malicious functions, but makes a large number of API calls. I am not responsible for your account getting rate-limited or locked.

## Philosophy
The goal of Spectre is to provide a minimal, fast, and easy way to view your VRC friends list without opening the website. It is meant to only give you the information you want to see, without logging tons of information you do not need to see, such as avatar changes, or constant location updates. Spectre only includes the features you need and not the ones you don't.

## Building

For development:
Expand All @@ -19,12 +22,16 @@ cargo tauri build
```

## Current Features

- Dashboard: Get a quick overview of your friends online and the current VRChat player count.
- Friends List: See who's online and their status.

## WIP
- User / World Cards: Show data on users and worlds.
- Friends List Filters: Adjust how your friends list is organized.
- Feed: A websocket feed with customizable filters for events.
- Settings: A more customizable experience.
- Settings: A more customizable experience.

## Credits
- [Community-driven VRCAPI Docs](https://vrchatapi.github.io/docs/api/)
- [shadcn-svelte](https://www.shadcn-svelte.com/)
- @Auros for help learning
Binary file added assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/logo1024.png
Binary file not shown.
Binary file removed assets/logo128.png
Binary file not shown.
Binary file removed assets/[email protected]
Binary file not shown.
Binary file removed assets/[email protected]
Binary file not shown.
Binary file modified assets/logo2k.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/logo512.png
Binary file not shown.
Binary file removed assets/logo64.png
Binary file not shown.
Binary file modified assets/logobanner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 45516cd

Please sign in to comment.