Fork of PollyMC to add custom login support
Go to file
0xf8 2f6a355e1a
Edit readme again
2023-06-21 18:02:08 -04:00
.github Fix tabs with spaces in build.yml (#65) 2023-06-12 17:23:01 +00:00
buildconfig Merge branch 'release-7.x' of https://github.com/PrismLauncher/PrismLauncher into develop 2023-06-09 13:35:03 +01:00
cmake fix(style): convert tabs to spaces 2022-10-29 00:01:22 +08:00
flatpak Attempt to get flatpak builds working 2023-06-09 16:20:36 +01:00
launcher Add custom login support 2023-06-21 13:23:24 -04:00
libraries fix: katabasis and QStyle leaks 2023-05-25 16:16:58 -07:00
nix Merge branch 'release-7.x' of https://github.com/PrismLauncher/PrismLauncher into develop 2023-06-09 13:35:03 +01:00
program_info Merge branch 'release-7.x' of https://github.com/PrismLauncher/PrismLauncher into develop 2023-06-09 13:35:03 +01:00
scripts Add getToken.py 2022-09-29 15:11:12 +01:00
tests fix(memory leak): don't give shared pointers out to foldermodels (causes cyclic refrence) 2023-05-28 02:15:39 -07:00
.clang-format fix indent width 2022-05-25 14:21:09 +08:00
.envrc feat(nix): add devShell 2023-03-14 10:51:47 +01: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 Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into develop 2023-05-30 17:59:26 +01:00
.gitmodules refactor: support system and bundled cmark 2023-01-12 10:08:52 -05:00
.markdownlint.yaml feat(markdown): Add markdownlint config 2022-08-06 13:00:57 +05:30
.markdownlintignore feat(markdown): Add markdownlint config 2022-08-06 13:00:57 +05:30
BUILD.md chore: format markdown files 2023-03-14 10:54:50 +01:00
CMakeLists.txt Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into develop 2023-05-30 17:59:26 +01:00
CODE_OF_CONDUCT.md refactor: initial rebrand 2022-10-18 09:37:59 +02:00
CONTRIBUTING.md chore(markdown): MD032 Lists should be surrounded by blank lines 2022-08-06 13:00:56 +05:30
COPYING.md We're in 2023 :) 2023-01-14 17:55:56 +02:00
LICENSE add LICENSE file explicitly 2022-01-08 10:32:30 -05:00
PollyMC.iml Add custom login support 2023-06-20 14:35:02 -04:00
README.md Edit readme again 2023-06-21 18:02:08 -04:00
default.nix feat(nix): flake-utils -> flake-parts 2023-05-27 19:14:50 -04:00
flake.lock chore(nix): update sources 2023-05-27 19:25:58 -04:00
flake.nix feat(nix): flake-utils -> flake-parts 2023-05-27 19:14:50 -04:00
renovate.json chore(deps): enable nix lockfile maintenance for renovate 2023-05-27 19:17:44 -04:00

README.md

PollyMC logo PollyMC logo

PollyMC is a fork of Prism Launcher that adds support for Ely.by accounts (and the 0xf8 fork adds support for any server running yggdrasil) and allows you to play offline mode without an account

PollyMC is not endorsed by or affiliated with the Prism Launcher project. If you have any problems open an issue here, do not bug the Prism Launcher maintainers. This fork is also not endorsed by or affiliated with the original PollyMC project.

Build

git clone 'https://git.projectsegfau.lt/0xf8/pollymc'
cd pollymc
mkdir build
cd build
cmake .. -DLauncher_FORCED_BUNDLED_LIBS=on
make