weird@sub.wetshaving.social to linuxmemes@lemmy.world · 24 hours agoWHATsub.wetshaving.socialimagemessage-square65linkfedilinkarrow-up1563arrow-down15
arrow-up1558arrow-down1imageWHATsub.wetshaving.socialweird@sub.wetshaving.social to linuxmemes@lemmy.world · 24 hours agomessage-square65linkfedilink
minus-squareConsti@lemmy.worldlinkfedilinkarrow-up48·22 hours agoHow in the world do you get a java exception in rust?? Also the invoking program is java
minus-squarepixeltree@lemmy.blahaj.zonelinkfedilinkarrow-up7·8 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-up36·21 hours 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·21 hours 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?