Skip to content
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

Client-side implementation #2

Open
CzechHek opened this issue Oct 31, 2023 · 1 comment
Open

Client-side implementation #2

CzechHek opened this issue Oct 31, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@CzechHek
Copy link

CzechHek commented Oct 31, 2023

Hey, I was just wondering, would it possible to open Compose screen like a modded fabric screen. So that it would be like ESC menu, Inventory screen and similar?

I couldn't even set up this mod in an IDE because I got out of memory on two different computers. Weird.

@jakobkmar jakobkmar added the enhancement New feature or request label Nov 1, 2023
@jakobkmar
Copy link
Member

Yes, a client-side implementation is possible, it is just that I needed the server-side one first.

The client side implementation would either render via LWJGL directly, or could render to an java.awt or Swing surface. We have to see what works out to be the best.

For developing this mod, you need at least 4GB of ram allocated to Gradle.
I have this in my gradle.properties:

org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g

Please note that the current version of the mod is a bit behind the most recent releases of Compose and Minecraft, but I will be picking it up again soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants