weird@sub.wetshaving.social to linuxmemes@lemmy.world · 1 day agoWHATsub.wetshaving.socialimagemessage-square66linkfedilinkarrow-up1600arrow-down15
arrow-up1595arrow-down1imageWHATsub.wetshaving.socialweird@sub.wetshaving.social to linuxmemes@lemmy.world · 1 day agomessage-square66linkfedilink
minus-squareConsti@lemmy.worldlinkfedilinkarrow-up48·1 day agoHow in the world do you get a java exception in rust?? Also the invoking program is java
minus-squarepixeltree@lemmy.blahaj.zonelinkfedilinkarrow-up7·12 hours 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).
minus-squareZangoose@lemmy.worldlinkfedilinkarrow-up37·1 day agoDid some digging and I think it’s these projects: https://github.com/BlackBoxMC/blackboxmc-rs https://github.com/BlackBoxMC/blackboxmc
minus-squareDr. Bluefall@toast.ooolinkfedilinkEnglisharrow-up3·1 day agoMaybe because of the color_eyre rust wrapper?
How in the world do you get a java exception in rust?? Also the invoking program is
java
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).
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?
Maybe because of the
color_eyre
rust wrapper?