silk-compose icon indicating copy to clipboard operation
silk-compose copied to clipboard

Client-side implementation

Open CzechHek opened this issue 1 year ago • 1 comments

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.

CzechHek avatar Oct 31 '23 23:10 CzechHek

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.

jakobkmar avatar Nov 01 '23 14:11 jakobkmar