weird@sub.wetshaving.social to linuxmemes@lemmy.world · 2 days agoWHATsub.wetshaving.socialimagemessage-square68fedilinkarrow-up1624arrow-down16
arrow-up1618arrow-down1imageWHATsub.wetshaving.socialweird@sub.wetshaving.social to linuxmemes@lemmy.world · 2 days agomessage-square68fedilink
minus-squareConsti@lemmy.worldlinkfedilinkarrow-up52·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-up8·2 days 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-squareferret@sh.itjust.workslinkfedilinkEnglisharrow-up1·4 hours agoAre you familiar if Mindustry does this too? Afaik they had SDL somewhere in the mix
minus-squareZangoose@lemmy.worldlinkfedilinkarrow-up38·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).
Are you familiar if Mindustry does this too? Afaik they had SDL somewhere in the mix
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?