Skip to content

ItsSim/fsolauncher-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 

Repository files navigation

fsolauncher-next

A next-gen FreeSO Launcher.

(UI design not final) image

Goals

  • More than x10 smaller, lower memory usage, and improved startup times.

    • How: By ditching Electron and using a desktop application framework that does not bundle Chromium.
  • A more intuitive, less clicky launcher.

    • How: The launcher now uses a modern JavaScript framework that makes it easier to build intuitive experiences. The process of installing and running FreeSO has been thoroughly improved.
  • An all new Widget system to keep up with what happens in Sunrise Crater.

    • How: The launcher now consumes FreeSO’s APIs in order to offer you the latest information about what’s going on in-game.
  • Windows, macOS (Intel/M1) and linux support.

    • How: The previous launcher already achieved macOS support. This version is taking it a step further to support linux-based operating systems as well.
  • A fresh new look.

    • How: The whole interface is being revamped, using space more efficiently and improving the user experience.
  • Full rewrite! The current launcher has been pretty much the same since 2016.

    • How: By following popular JavaScript conventions with modern frameworks. This makes the launcher overall better and makes it easier for people to contribute to its development over time.
  • Hybrid features (CLI/GUI mode).

    • How: The launcher now supports CLI and GUI modes. This means that if you prefer to use the launcher as a command line application, you will be able to.

Transition plans

TBD