You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to reisalingper
I started working on a terraria clone in libgdx and got tile generation. Tiles are separated in 16x16 chunks, but spawning all the chunks takes way too long. Currently, i'm spawning 400 chunks(102400 tiles). Here's how i spawn the chunks: