-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update lwjgl-integration #5221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update lwjgl-integration #5221
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Usage of the reworked API of ComposeScene
LGTM
Issue with this: Frame only updating when resizing window System:
Description: |
On macos the composables only recompose when resizing the window, like douzooo said. Edit: System.setProperty("java.awt.headless", "true") fixes everything. I'm trying to make mod for a game that would allow you to use Compose to render UIs If there are any workarounds I'd be very happy to hear about it. System:
|
Hey philip, System.setProperty("java.awt.headless", "true"); I tested this on: Minecraft 1.8.9 with Lwjgl3 and GLFW ofc. |
Omg, I though I already tested that. It works! |
It's working fine in Compose at
1.8.0-alpha02
Release Notes
N/A.