Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onlivfe/app_rs
An alternative VRPeeps app canditate, written in rust.
https://github.com/onlivfe/app_rs
chilloutvr cvr neos neosvr rust rust-lang social-media social-network social-vr tauri vrc vrchat
Last synced: 20 days ago
JSON representation
An alternative VRPeeps app canditate, written in rust.
- Host: GitHub
- URL: https://github.com/onlivfe/app_rs
- Owner: onlivfe
- License: agpl-3.0
- Created: 2023-03-04T12:46:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T20:47:28.000Z (4 months ago)
- Last Synced: 2024-09-11T00:18:08.225Z (4 months ago)
- Topics: chilloutvr, cvr, neos, neosvr, rust, rust-lang, social-media, social-network, social-vr, tauri, vrc, vrchat
- Language: Rust
- Homepage: https://onlivfe.com
- Size: 930 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Onlivfe app_rs
A rust-native [onlivfe app](https://onlivfe.com) built using [tauri](https://tauri.app/) and [leptos](https://leptos.dev/), working as a more ugly alternative to the [VRPeeps app](https://github.com/onlivfe/desktop) that's built with [Angular](https://angular.io/) & [tauri](https://tauri.app).
Also note that the license is [AGPL](https://tldrlegal.com/license/gnu-affero-general-public-license-v3-(agpl-3.0)).
## Development
Basic requirements:
- [Git](https://git-scm.com)
- [Rust](https://www.rust-lang.org/)
- [Tauri CLI](https://crates.io/crates/tauri-cli) (`cargo install tauri-cli`)
- [Trunk](https://trunkrs.dev/) (`cargo install --locked trunk`)### Building
Start off by cloning the project with git.
```sh
git clone https://github.com/onlivfe/app_rs
```Then open the project folder in your terminal, & run `cargo tauri dev` for the whole build, or `trunk serve` for just the UI.
Then get to hacking, & optionally replace the dependency in other projects by [overriding dependencies](https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html).