PersonTheCat / pangaea

A highly configurable terrain generator for Minecraft with light scripting support
GNU Lesser General Public License v2.1
1 stars 0 forks source link

[Spike] Research whether it's possible to defer any terrain features as an optimization #14

Open PersonTheCat opened 1 month ago

PersonTheCat commented 1 month ago

As an optimization (and additionally to support very large feature generators), it may be possible to defer generating world carvers, configured features, and structures until a player (or spawn point) is very close. This would mean only generating the most basic terrain features in advance, such as the biome and terrain shape, which may drastically optimize terrain generation.

Not sure if this one is feasible or even ideal, but it could be fun to look into at some point.