All Projects → MultiMC → Launcher

MultiMC / Launcher

Licence: other
A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to Launcher

Multimc5
A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once
Stars: ✭ 2,879 (-18.79%)
Mutual labels:  launcher, multimc
Bulletproof-Arma-Launcher
Customisable mod installer and launcher for Arma 3 mods that takes care of *everything* for your community players! Why "bulletproof", you ask? Because "Idiotensicher" was mean :)
Stars: ✭ 21 (-99.41%)
Mutual labels:  launcher
trivrost
A repurposable application-downloader and -launcher
Stars: ✭ 36 (-98.98%)
Mutual labels:  launcher
mindful-android-launcher
Siempo Android Launcher - Smartphone interface for mental health and wellbeing
Stars: ✭ 38 (-98.93%)
Mutual labels:  launcher
launchlet
Make the web yours.
Stars: ✭ 34 (-99.04%)
Mutual labels:  launcher
habpanelviewer
An openHAB integrated kiosk browser
Stars: ✭ 68 (-98.08%)
Mutual labels:  launcher
SDKLauncher-Android
Launcher app for Readium SDK on Android
Stars: ✭ 77 (-97.83%)
Mutual labels:  launcher
WTAppLauncher
IOS App Launcher
Stars: ✭ 18 (-99.49%)
Mutual labels:  launcher
ModuleLauncher.Re
Cross-platform Minecraft Launcher library for .NET
Stars: ✭ 41 (-98.84%)
Mutual labels:  launcher
SDKLauncher-OSX
A small OS X application to serve as a launcher/testbed for the Readium SDK on the Mac.
Stars: ✭ 21 (-99.41%)
Mutual labels:  launcher
minecraft-launcher
Simple script for launch Minecraft without official launcher
Stars: ✭ 57 (-98.39%)
Mutual labels:  launcher
BoilR
Synchronize games from other platforms into your Steam library
Stars: ✭ 664 (-81.27%)
Mutual labels:  launcher
xplr
A hackable, minimal, fast TUI file explorer
Stars: ✭ 2,271 (-35.94%)
Mutual labels:  launcher
LaunchTime
An alternative launcher/home for Android
Stars: ✭ 65 (-98.17%)
Mutual labels:  launcher
fmon
File monitor
Stars: ✭ 31 (-99.13%)
Mutual labels:  launcher
OneLauncher
Launcher and Addon Manager for LOTRO and DDO
Stars: ✭ 21 (-99.41%)
Mutual labels:  launcher
godot-launcher
Alternative launcher for single-board computers
Stars: ✭ 107 (-96.98%)
Mutual labels:  launcher
Thrive-Launcher
Thrive Launcher for installing and automatically updating Thrive
Stars: ✭ 185 (-94.78%)
Mutual labels:  launcher
hmdm-android
Mobile Device Management (MDM) System for Android (mobile agent - launcher). Used for silent app installation and sending the info to the server. See more info on the website!
Stars: ✭ 74 (-97.91%)
Mutual labels:  launcher
Ubuntu-Launcher
An Android Launcher (having Ubuntu-Gnome flavour) build with Flutter
Stars: ✭ 241 (-93.2%)
Mutual labels:  launcher

MultiMC logo

MultiMC

MultiMC is a custom launcher for Minecraft that focuses on predictability, long term stability and simplicity.

Development

If you want to contribute, talk to us on Discord first.

While blindly submitting PRs is definitely possible, they're not necessarily going to get accepted.

We aren't looking for flashy features, but expanding upon the existing feature set without distruption or endangering future viability of the project is OK.

Building

If you want to build the launcher yourself, check BUILD.md for build instructions.

Code formatting

Just follow the existing formatting.

In general, in order of importance:

  • Make sure your IDE is not messing up line endings or whitespace and avoid using linters.
  • Prefer readability over dogma.
  • Keep to the existing formatting.
  • Indent with 4 space unless it's in a submodule.
  • Keep lists (of arguments, parameters, initializers...) as lists, not paragraphs. It should either read from top to bottom, or left to right. Not both.

Translations

Translations can be done on crowdin. Please avoid making direct pull requests to the translations repository.

License

Copyright © 2013-2022 MultiMC Contributors

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this program except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Forking/Redistributing/Custom builds policy

We keep Launcher open source because we think it's important to be able to see the source code for a project like this, and we do so using the Apache license.

The license gives you access to the source MultiMC is build from, but:

  • Not the name, logo and other branding.
  • Not the API tokens required to talk to services the launcher depends on.

Because of the nature of the agreements required to interact with the Microsoft identity platform, it's impossible for us to continue allowing everyone to build the code as 'MultiMC'. The source code has been debranded and now builds as DevLauncher by default.

You must provide your own branding if you want to distribute your own builds.

You will also have to register your own app on Azure to be able to handle Microsoft account logins.

If you decide to fork the project, a mention of its origins in the About dialog and the license is acceptable. However, it should be abundantly clear that the project is a fork without implying that you have our blessing.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].