threejs-towers
Installation
SKILL.md
Three.js Towers
Architecture is the one subject where procedural generation pays immediately: buildings are made of repeated, parameterised parts, and once you have the vocabulary a second style costs a parameter set rather than a model.
Stand it in threejs-landscape and weather it with threejs-weather.
Build the vocabulary before the building
Write ten small builders that all append into shared vertex/normal/UV/index arrays, then never write raw geometry again: