Fork of PollyMC to add custom login support
Go to file
2021-12-23 18:18:37 -05:00
.github/ISSUE_TEMPLATE remove references to MultiMC in issue templates 2021-12-18 11:20:25 -05:00
buildconfig Move MSA Client ID to the same place as the others 2021-12-20 02:57:13 +00:00
cmake NOISSUE continue debranding... 2021-10-21 00:47:53 +02:00
doc pre-emptive work on PolyMC "rebranding" 2021-12-23 18:18:37 -05:00
launcher Merge remote-tracking branch 'upstream/develop' into develop 2021-12-20 03:01:41 +00:00
libraries update submodule 2021-12-21 00:03:43 +00:00
program_info Move MSA Client ID to the same place as the others 2021-12-20 02:57:13 +00:00
.gitattributes NOISSUE reorganize unit tests to be placed next to the code they test. Nuke more dead tests. 2016-05-01 00:02:15 +02:00
.gitignore Move MSA Client ID to the same place as the others 2021-12-20 02:57:13 +00:00
.gitmodules update submodule 2021-12-21 00:03:43 +00:00
BUILD.md pre-emptive work on PolyMC "rebranding" 2021-12-23 18:18:37 -05:00
changelog.md NOISSUE party hat for a party cat 2021-12-05 23:26:04 +01:00
CMakeLists.txt Move MSA Client ID to the same place as the others 2021-12-20 02:57:13 +00:00
COPYING.md gpl 2021-12-18 14:33:17 +00:00
README.md update packages (win64 -> win32) 2021-12-22 15:40:45 -05:00

PolyMC logo

PolyMC 5

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

This is a fork of the MultiMC Launcher and not endorsed by MultiMC. The PolyMC community felt that the maintainer was not acting in the spirit of Free Software so this fork was made. Read "Why was this fork made?" on the wiki for more details.

todo

  • Get a permanent name + icon.
  • Style the logo for different icon styles.
  • Packaging for Linux--Any help packaging for your favorite distro is appreciated!
  • Packaging for MacOS/Windows
  • Stop relying on MultiMC-Hosted metadata services
  • Remove references to MultiMC
  • Meson
  • Long-term solution for the MSA client ID issue
  • Figure out a way to switch to GPL.

Packages

Experimental packages are available for Linux (non-portable) and Windows (portable). Both versions are confirmed to work but the Windows version needs more testing--please volunteer if you use Windows!

Building

If you want to build PolyMC 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

TODO

Forking/Redistributing/Custom builds policy

Do whatever you want, we don't care. Just follow the license. If you have any questions about this feel free to ask in an issue.

Copyright 2013-2021 MultiMC contributors Copyright 2021 PolyMC contributors