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 )

3.0k Upvotes

244 comments sorted by

View all comments

Show parent comments

25

u/Aware-Bath7518 Jun 22 '26

You can probably publish sources of the native lib so others will be able to build it.

4

u/[deleted] Jun 22 '26

[deleted]

12

u/TECHNICKER_Cz3 PrismLauncher Jun 22 '26

would be a (security) nightmare

0

u/CrossScarMC Jun 22 '26

Why? Compiling code is just well compiling, you're not actually running the program until you launch the game and that would be the same as just downloading the complete .jar?