Show ContentConsti@lemmy.world54·1 month agoHow in the world do you get a java exception in rust?? Also the invoking program is java
Show ContentZangoose@lemmy.world41·1 month agoDid some digging and I think it’s these projects: https://github.com/BlackBoxMC/blackboxmc-rs https://github.com/BlackBoxMC/blackboxmc
Show Contentpixeltree@lemmy.blahaj.zone10·1 month agoJava can interface with other languages! It’s how basically all games written in java exist, they’re using LWJGL (Lightweight Java Game Library) to interface with GLFW (an OpenGL implementation written in C).
Show Contentferret@sh.itjust.worksEnglish2·1 month agoAre you familiar if Mindustry does this too? Afaik they had SDL somewhere in the mix
How in the world do you get a java exception in rust?? Also the invoking program is
java
Did some digging and I think it’s these projects:
https://github.com/BlackBoxMC/blackboxmc-rs
https://github.com/BlackBoxMC/blackboxmc
Well that makes sense
Does it though?
Java can interface with other languages! It’s how basically all games written in java exist, they’re using LWJGL (Lightweight Java Game Library) to interface with GLFW (an OpenGL implementation written in C).
Are you familiar if Mindustry does this too? Afaik they had SDL somewhere in the mix
Maybe because of the
color_eyre
rust wrapper?