Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add desktop wrapper. #192

Merged
merged 35 commits into from
Oct 24, 2023
Merged

Add desktop wrapper. #192

merged 35 commits into from
Oct 24, 2023

Conversation

Gigabyte5671
Copy link
Member

@Gigabyte5671 Gigabyte5671 commented Oct 10, 2023

image

This PR implements a wrapper that allows Vircadia Web to be compiled to a standalone executable.

Currently, executables can be built for:

  • Windows
    • .msi
    • .exe
  • MacOS
    • .app
    • .dmg
  • Linux
    • .deb
    • .AppImage
  • Android
  • IOS

When doing so, the VRCA_DESKTOP_MODE environment variable must be set to either dev or build.

To run the desktop wrapper in development mode:

npm run dev-desktop

To build the desktop executable:

npm run build-desktop

@Gigabyte5671 Gigabyte5671 added the enhancement New feature or request label Oct 10, 2023
@Gigabyte5671 Gigabyte5671 marked this pull request as ready for review October 24, 2023 09:43
@digisomni digisomni changed the title Add a desktop wrapper. Add desktop wrapper. Oct 24, 2023
@digisomni digisomni merged commit b83a14d into master Oct 24, 2023
6 checks passed
@Gigabyte5671 Gigabyte5671 deleted the feature/desktop-wrapper branch October 24, 2023 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants