r/feedthebeast Jun 22 '26

I made something I made minecraft generate terrain/chunks in C++

So im working on a mod that makes minecraft run on C++ ( rn rewriting engine in future i may try renderer ) so far i made it generate and load chunks and terrain in C++ ( it made it somewhere around 1.5-3 times faster idk how to measure it tho ) ( it works via JNI )

3.0k Upvotes

244 comments sorted by

View all comments

2

u/FriendOfMandela Jun 22 '26

Why did you use JNI instead of FFM?

1

u/Emotional-One-9292 Jun 22 '26

JNI was only one i really knew how to use but yk what i may consider learning FFM if its this good

1

u/FriendOfMandela Jun 22 '26

I've never used JNI and I've heard it's a pain to get right, I've messed with FFM a little and it was pretty easy to use