Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello, i'm here about your procedural terrain gen project, i can't comment on it. I just wanted to know what were the graphic assets you were using. If if you had some links to the auto-tiling methods you used that would be great too. Thanks a lot, your work looks really great, love the style.

Hey, I modeled my assets myself. As for the the tiling algorithm, it's basically marching squares, but storing the data in a 2D height map so no overhangs. And instead of most marching cube algorithms which generate the mesh itself I just use pre-made tiles the I made. Hope that helps :)