Cubitect / cubiomes

C library that mimics the Minecraft biome generation.
MIT License
601 stars 105 forks source link

[QUESTION] Is there a way that someone converts the code to full java? #120

Open UnknownUser010 opened 5 months ago

UnknownUser010 commented 5 months ago

I'm not professional at java, but as Minecraft being programed in java having the code in java does it more adaptable to future plugins/mods/etc.

gogo2464 commented 5 months ago

yes yoy can use swig. But you will have to fork the project

gogo2464 commented 5 months ago

Yoiu can check out the doc: https://www.swig.org/Doc1.3/Java.html

xpple commented 3 weeks ago

You can use jextract, a relatively new tool that makes this really easy. Have a look at my Fabric mod to see how.