Skip to content

refactor: Change lwjglx handling#561

Open
kappa-maintainer wants to merge 28 commits intomainfrom
fix/lwjgl
Open

refactor: Change lwjglx handling#561
kappa-maintainer wants to merge 28 commits intomainfrom
fix/lwjgl

Conversation

@kappa-maintainer
Copy link
Copy Markdown
Collaborator

@kappa-maintainer kappa-maintainer commented May 6, 2026

Old approach: Merge org.lwjglx classes with those from org.lwjgl having same name, so everyone just need to reference org.lwjgl

New approach: Use org.lwjglxin Cleanroom and new Cleanroom mods, old mods will be remapped to org.lwjglx. Classes loaded from jar with Lwjgl3-Aware manifest will be excluded from remap, classes loaded from file will be ignored too.

This PR also changed package name of cleanroom to a more standard package.modid path.

This can help to compile against lwjglx class and lwjgl class with same fqcn after merging, which is critical for future development.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants