weird@sub.wetshaving.social to linuxmemes@lemmy.world · 3 months agoWHATsub.wetshaving.socialimagemessage-square36linkfedilinkarrow-up150arrow-down11
arrow-up149arrow-down1imageWHATsub.wetshaving.socialweird@sub.wetshaving.social to linuxmemes@lemmy.world · 3 months agomessage-square36linkfedilink
minus-squareConsti@lemmy.worldlinkfedilinkarrow-up5·3 months agoHow in the world do you get a java exception in rust?? Also the invoking program is java
minus-squareZangoose@lemmy.worldlinkfedilinkarrow-up4·3 months agoDid some digging and I think it’s these projects: https://github.com/BlackBoxMC/blackboxmc-rs https://github.com/BlackBoxMC/blackboxmc
minus-squarepixeltree@lemmy.blahaj.zonelinkfedilinkarrow-up3·3 months 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-up2·3 months 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
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