Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taiko2k/moonbeam
A VRChat companion app for Linux :moon:
https://github.com/taiko2k/moonbeam
vrchat vrchat-tool
Last synced: about 1 month ago
JSON representation
A VRChat companion app for Linux :moon:
- Host: GitHub
- URL: https://github.com/taiko2k/moonbeam
- Owner: Taiko2k
- License: gpl-3.0
- Created: 2023-08-22T11:37:40.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-27T12:43:33.000Z (11 months ago)
- Last Synced: 2024-05-01T17:12:59.997Z (8 months ago)
- Topics: vrchat, vrchat-tool
- Language: Python
- Homepage:
- Size: 508 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## Moonbeam VRC
A VRChat companion app for Linux.Intended to be an alternative to [VRCX](https://github.com/vrcx-team/VRCX) but Linux native and maybe more of a streamlined UI.
### Screenshots
### Implemented features
- See which of your friends are online
- View friend bio and location information
- Youtube URL extraction> :warning: This app is early in development, has limited features and may be buggy.
## Building as a Flatpak
This app isn't quiet ready for general use, but you can try it out as a developer preview.
You will need the package `flatpak-builder`.
1. Clone or download this repo, and enter that directory.
> git clone https://github.com/Taiko2k/Moonbeam.git
> cd Moonbeam
2. Install needed runtime and SDK (~1.3GB):
> flatpak install --user flathub org.gnome.Platform//45 org.gnome.Sdk//45
3. Build and install:
> flatpak-builder --user --install --force-clean build-dir com.github.taiko2k.moonbeam.jsonYou can then launch the app from your desktop launcher.
You can uninstall Moonbeam and/or the SDK using:
> flatpak uninstall --user com.github.taiko2k.moonbeam org.gnome.Sdk//45