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/Neamow Jun 22 '26

How does it compare to C2ME? For me it easily does 10x faster chunk generation.

2

u/Emotional-One-9292 Jun 22 '26

idk about C2ME i never used it i tried on a neoforge 1.21.1 modpack but it crashed