Fork of PollyMC to add custom login support
Go to file
2021-12-18 14:29:33 +00:00
.github/ISSUE_TEMPLATE NOISSUE Update links to repo, fix up library README 2021-10-21 23:25:52 +02:00
buildconfig NOISSUE finish up the obvious parts of debranding 2021-10-21 00:47:53 +02:00
cmake NOISSUE continue debranding... 2021-10-21 00:47:53 +02:00
doc NOISSUE Update manpage to include new -a / --profile option. 2021-11-07 20:48:15 -08:00
launcher Fix README and some references to MultiMC. 2021-12-18 14:29:33 +00:00
libraries Apply patches 2021-12-18 14:29:33 +00:00
notsecrets Fix README and some references to MultiMC. 2021-12-18 14:29:33 +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 NOISSUE Ignore Install Directory 2021-12-10 14:03:38 -05:00
.gitmodules NOISSUE debranding for real, initial work 2021-10-21 00:47:53 +02:00
BUILD.md Fix instructions for building on Mac 2021-11-28 10:44:51 -08:00
changelog.md NOISSUE party hat for a party cat 2021-12-05 23:26:04 +01:00
CMakeLists.txt Fix README and some references to MultiMC. 2021-12-18 14:29:33 +00:00
COPYING.md NOISSUE bulk addition of code from Katabasis 2021-07-25 19:50:44 +02:00
README.md Fix README and some references to MultiMC. 2021-12-18 14:29:33 +00: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
  • Long-term solution for the MSA client ID issue
  • Remove references to MultiMC
  • Figure out a way to switch to GPL.

Packages

We currently don't have any packages available yet as this project has just been started, but we expect this to change very soon.

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 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