weird@sub.wetshaving.social to linuxmemes@lemmy.world · 2 days agoWHATsub.wetshaving.socialexternal-linkmessage-square67fedilinkarrow-up1621arrow-down15
arrow-up1616arrow-down1external-linkWHATsub.wetshaving.socialweird@sub.wetshaving.social to linuxmemes@lemmy.world · 2 days agomessage-square67fedilink
minus-squareConsti@lemmy.worldlinkfedilinkarrow-up50·2 days agoHow in the world do you get a java exception in rust?? Also the invoking program is java
minus-squarepixeltree@lemmy.blahaj.zonelinkfedilinkarrow-up7·1 day 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-up39·2 days 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·2 days 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?