weird@sub.wetshaving.social to linuxmemes@lemmy.world · 5 个月前WHATsub.wetshaving.socialimagemessage-square68fedilinkarrow-up1655arrow-down15
arrow-up1650arrow-down1imageWHATsub.wetshaving.socialweird@sub.wetshaving.social to linuxmemes@lemmy.world · 5 个月前message-square68fedilink
minus-squareConsti@lemmy.worldlinkfedilinkarrow-up53·5 个月前How in the world do you get a java exception in rust?? Also the invoking program is java
minus-squareZangoose@lemmy.worldlinkfedilinkarrow-up41·5 个月前Did 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-up10·5 个月前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).
minus-squareferret@sh.itjust.workslinkfedilinkEnglisharrow-up2·5 个月前Are you familiar if Mindustry does this too? Afaik they had SDL somewhere in the mix
minus-squareDr. Bluefall@toast.ooolinkfedilinkEnglisharrow-up3·5 个月前Maybe 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
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?
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
Maybe because of the
color_eyre
rust wrapper?