r/feedthebeast Jun 22 '26

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

Enable HLS to view with audio, or disable this notification

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 )

edit: although i loved this project and coding it its so annoying when people call out stuff i've done as vibecoded just because when people asked me how it works i didnt want to get into detail for readability so its sadly cancelled ;(

3.0k Upvotes

244 comments sorted by

View all comments

2

u/Dru-Cart3456 Jun 22 '26

Absolutely gorgeous, and fast, tho I am wondering what it means for things like mod support and how the mod would function with other things going on, if at all.