We do often include affiliate links to earn us some pennies. See more here.

Minecraft Gains Massive Performance Improvements With New Snapshot

By - | Views: 11,463
If there's one thing Minecraft needs it's better performance amongst a lot of other things. Thankfully they have been working on it, and it's already showing.

Previously when scouting a new area on Minecraft you would see the landscape slowly pop in little by little as the game loaded new chunks of data, but with a new "Use VBOs" video setting it's much much quicker and that's awesome. They aren't done yet though, as they are still planning on making it even quicker in future.

Check out these two rough video's I whipped up just to show it off.

Old rendering
https://www.youtube.com/watch?v=il3lLqrS-sk

New rendering
https://www.youtube.com/watch?v=l_4E4-GDiZ4
Considering the world it generated when I was using this new threaded rendering had a big mountain amongst other things it really shows how much quicker it is. Also note to self: find video menu before recording.

You can see on the old style the landscape gradually built itself and bits were gradually popping in, but in the new video it was almost instant which is fantastic. It's kind of crazy to think Minecraft rendering has been left this slow for so long, but that doesn't stop the improvements being very welcome especially for people making massive builds of crazy things.

Once Minecraft has a modding API I may take another look at it, but to setup the game to be interesting and have mods wiped on a new update is too annoying right now. They are still working on that, but changes like this do move it slowly towards an API as they re-do each system.

You can try out the new system in the Minecraft launcher by clicking Edit Profile and selecting to use experimental builds.

Check out the snapshot information on their blog here.

Minecraft is a fantastic collaborative sandbox building game if you like that sort of thing, but with no quests and extremely simple combat it's not to everyone's taste. Article taken from GamingOnLinux.com.
0 Likes
About the author -
author picture
I am the owner of GamingOnLinux. After discovering Linux back in the days of Mandrake in 2003, I constantly came back to check on the progress of Linux until Ubuntu appeared on the scene and it helped me to really love it. You can reach me easily by emailing GamingOnLinux directly. Find me on Mastodon.
See more from me
The comments on this article are closed.
4 comments

Xodetaetl Jul 17, 2014
The landscape is gradually popping up in the second video too. I think you're affected by a placebo effect.

If I understand correctly, VBO (vertex buffer objects) improve FPS but doesn't help with world calculation.
Liam Dawe Jul 17, 2014
Yes it is still popping in, but it's a lot faster if you try it for yourself you will see.
n30p1r4t3 Jul 17, 2014
It really is a lot faster. The "jerkiness" of exploring a very large undiscovered area via flying is gone.
Qantourisc Jul 21, 2014
Quoting: XodetaetlIf I understand correctly, VBO (vertex buffer objects) improve FPS but doesn't help with world calculation.

You are right as I understand it though, optimizations and threading is what fixed that I think.
VBO are basically a block of OpenGL instructions which are stored GPU. This way you can just tell the GPU: do these instructions again. Good examples are static meshes, or skyboxes.
Helps most in slow programming languages, as these suffer the most from submitting each and every vertex. (Not saying other languages don't profit a lot from it too)
https://en.wikipedia.org/wiki/Vertex_Buffer_Object
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
The comments on this article are closed.