Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
cesarb
on Sept 2, 2022
|
parent
|
context
|
favorite
| on:
Native Minecraft servers with GraalVM Native Image
> it depends on what the Java client uses for drawing
AFAIK, the Java client uses LWJGL, which is a native library.
fniephaus
on Sept 2, 2022
[–]
Thanks for the info! Seems like it's worth trying to compile the Java client with GraalVM Native Image then, given that this exists:
https://github.com/chirontt/lwjgl3-helloworld-native
fniephaus
on Sept 3, 2022
|
parent
[–]
Apparently, someone has managed to compile the Minecraft client to native:
https://medium.com/@kb1000/what-youve-done-with-the-server-i...
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
AFAIK, the Java client uses LWJGL, which is a native library.