stwe / MDCII

An unofficial project making from scratch to create an editable Anno 1602 world.
GNU General Public License v2.0
7 stars 2 forks source link

Add culling #10

Closed stwe closed 1 year ago

stwe commented 2 years ago

In similar games, large maps can be created with e.g. 512x512 or 256x256 tiles. This can mean a single city or a single island. For this, some kind of culling has to be implemented, since the frame rate is already very poor for medium-sized maps.