Archive 17/01/2023.

Terraria-like game in Urho3D

1vanK

Ultra big and ultra fast tiled worlds with 3D objects

github.com/1vanK/Urho3DTerraria

Left mouse - deleting tiles
A, D - moving
W - jumping

It uses topic596.html for drawing of the world

codingmonkey

~4-5 Batch, nice )
and if we try to use more various textures blocks is still batches will be in low count ?

rasteron

Looks good, this reminds me of Solomon’s Key. :slight_smile:

1vanK

[quote=“codingmonkey”]~4-5 Batch, nice )
and if we try to use more various textures blocks is still batches will be in low count ?[/quote]

  1. u can merge all tiles in one big texture (atlas)
  2. drawed only visible on screen tiles, so that count of batches will be small in any case
Enhex

Are you merging the tiles to an atlas in real time?

I’d imagine something like texture array would be handy in this case.

thebluefish

Awesome work man!