Conversation
MatkovIvan
left a comment
There was a problem hiding this comment.
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-alpha02Release Notes
N/A.