fix-lwjgl

Fix which LWJGL (Light Weight Java Game Library) version is used in Minecraft for ARM devices

MIT License

Stars
5
fix-lwjgl - Version 1.3.2 Latest Release

Published by CoolCat467 3 months ago

Since the last release, we have updated the README file, adding information about how this script has had success on an M3 Mac and the Orange Pi 5, as well as adding a notice about a fix for the Could not initialize class com.mojang.blaze3d.systems.RenderSystem issue, updated the pre-commit hooks, added missing py.typed file, switched to using the Trio asynchronous library instead of Asyncio, and add support for more LWJGL 3 shared object files (currently unused though).

What's Changed

Full Changelog: https://github.com/CoolCat467/fix-lwjgl/compare/v1.3.1...v1.3.2

fix-lwjgl - Version 1.3.1

Published by CoolCat467 7 months ago

In this release, we fix LWJGL 2 library path specification, make the LWJGL version resolver more robust, update dependencies, add contribution information, and several minor formatting changes.

What's Changed

New Contributors

Full Changelog: https://github.com/CoolCat467/fix-lwjgl/compare/v1.3.0...v1.3.1

fix-lwjgl - v1.3.0 - Move config files and change installation

Published by CoolCat467 about 1 year ago

In this release, we attempt to make the project more robust by moving where configuration and data files live to follow the XDG Base Directory Specification (to some extent at least), changing how the project is installed, updating aiohttp to version 3.8.5, and adding pre-commit and dependabot for automatic code formatting and updating requirements respectively.

Full Changelog: https://github.com/CoolCat467/fix-lwjgl/compare/v1.2.1...v1.3.0

fix-lwjgl - Update version of aiohttp

Published by CoolCat467 almost 2 years ago

Update to aiohttp 3.8.3, fix typo bug with MacOS MoltenVK system library file, and add more type annotations

Full Changelog: https://github.com/CoolCat467/fix-lwjgl/compare/v1.2.0...v1.2.1

fix-lwjgl - v1.2.0 - Add option to disable auto download

Published by CoolCat467 about 2 years ago

There is now a configuration option to disable the ability for the script to download files from the internet.

Also change spelling, add missing type annotations, and set aiohttp dependency to == 3.8.1 instead of >=3.8.1

Full Changelog: https://github.com/CoolCat467/fix-lwjgl/compare/v1.1.0...v1.2.0

fix-lwjgl - v1.1.0 - Major fixes and improve downloading files

Published by CoolCat467 over 2 years ago

Basically, fix a bunch of things I got wrong and make it work properly on other systems, and make downloading code better according to aiohttp's documentation.

fix-lwjgl - v1.0.0

Published by CoolCat467 over 2 years ago

Version 1.0.0, initial public release.

Badges
Extracted from project README
pre-commit.ci status pre-commit code style: black Ruff