Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).