Giter VIP home page Giter VIP logo

Comments (11)

Eirenliel avatar Eirenliel commented on May 23, 2024

Server autoupdate

from slimevr-server.

loucass003 avatar loucass003 commented on May 23, 2024

What are the main ideas for this?

Should also only the server updates itself. Or should it also update the new GUI with it ?
Maybe both could have their own self-update cycle separatly ?

from slimevr-server.

Eirenliel avatar Eirenliel commented on May 23, 2024

it should be one thing along with the driver

from slimevr-server.

loucass003 avatar loucass003 commented on May 23, 2024

So Driver Server Gui ? Or only Driver Server ?

from slimevr-server.

Eirenliel avatar Eirenliel commented on May 23, 2024

everything. also overlay.

from slimevr-server.

Eirenliel avatar Eirenliel commented on May 23, 2024

and the feeder if it's still separate from the overlay when it's ready.

from slimevr-server.

loucass003 avatar loucass003 commented on May 23, 2024

What is you reasoning behind this ? Because i think having separate updates could be pretty usefull. Like being able to update the gui without he server or the overlay without the server

from slimevr-server.

Eirenliel avatar Eirenliel commented on May 23, 2024

Eh, it's basic usability? Don't forget that end-user is not a DIY person who wants everything configured and run multiple versions of everything. One update process should update everything there is to update.

from slimevr-server.

TheDevMinerTV avatar TheDevMinerTV commented on May 23, 2024

Also remember that would have to insure that the protocol between all the applications is backwards compatible, otherwise this would be a pain in the butt to use.

from slimevr-server.

Eirenliel avatar Eirenliel commented on May 23, 2024

Why would it be a problem, all things should be updated simultaneously with this.

from slimevr-server.

TheButlah avatar TheButlah commented on May 23, 2024

I will attempt to tackle this - I'll be starting by building a cli tool to install the overlay. I'll be modeling it after rustup, where it manages a set of components with versions, and we have channels (like stable) that dictate the versions for each component.

The existing MSI installer will call into the CLI, so we retain the nice UX of the installer while removing the need for so much windows-specific msi scripting. This also gives the advantage of having the same installation logic on windows, mac, and linux, and the ability for automated installation scripts on linux distros.

Likewise, the server and/or gui can initiate a call to the cli tool to ask it to update slimevr. We can choose whether to do this at start always (like discord), or prompt the user first (like signal).

from slimevr-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.