Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Dec 4, 2023. It is now read-only.
/desktopPublic archive

The main VRPeeps application canditate.

License

NotificationsYou must be signed in to change notification settings

onlivfe/desktop

Onlivfe is tool that allows for listing your friends quickly on different platforms, mainly social VR, without having to actually open the actual platform's game/interface programs individually.

Installation & updating

This is very early in progress, there aren't any installable packages yet.

License

Note that the license isAGPL.This is mainly meant to prevent anyone from commercializing this application.

In a short and non-legally binding way:AGPL means that if you make changes and distribute the software, you will also have to provide the source code if asked for it.In addition you'll need to provide the source code for any remote clients of the application if they ask for it.You could technically sell it, but you'd still need to give out the source code if asked for it as well as build instructions, at which point, why would anyone pay you for it if they can just build it for free?

This isn't legal advice of course, just my interpretation of the license.

Development

If you encounter bugs or have any other feedback, you can create an issue.Additionally,GitHub projects may be used to track progress towards goals, like new features.

Requirements

Basic requirements:

Recommended IDE Setup

Building

Start off by cloning the project with git.

git clone --recurse-submodules https://github.com/onlivfe/desktop

Then open the project folder in your terminal, runyarn i and after the packages have been installed, you can runyarn run tauri dev for a local dev build.

Localication

Seehttps://angular.io/guide/i18n-common-overview.Due to wanting to provide proper dynamic translations, we're using JSON files.The main logic of it is inlocale.loader.ts.

To extract the translation keys, run the following and then update translations to the other files:

yarn ng extract-i18n --output-path src/assets/locale --format json

[8]ページ先頭

©2009-2025 Movatter.jp