Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Wow! that's amazing. Thank you very much for sharing the formula :) it's definitely worth a try... I mean, purely academic...

I don't know what Godot's array limit is, but I think 24-bit is very plausible. The bigger challenge would be having a texture that long, performance wise.

(1 edit)

You would want a 4096x4096 texture as 4096*4096 = 16777216 to index into that you can divide and mod the previous formula eg          x = value%4096 y =  floor(value/4096