FishFoxFederation / ft_minecraft

Recode Minecraft from scratch.
3 stars 0 forks source link

Af/better worldgen #84

Closed afaure42 closed 1 month ago

afaure42 commented 1 month ago

Refactored the way chunk are generated to permit incremental generation stages instead of full chunk generation every time every generation stage can be on a zone of many chunks width

all this is very modular so if in the future we only want one generation pass on 5x5 zones by example this will totally be possible

PS: dont look at the commit messages i lost it on modulos