Page 1 of 1
Tilemap in Mobile
Posted: Sat Jul 23, 2022 12:37 am
by Pombo
is there any app/site/library or any other way to make a tilemap in a simpler way on mobile? Or a way to make maps made in NotTiled work?
Re: Tilemap in Mobile
Posted: Sat Jul 23, 2022 1:31 am
by pgimeno
According to the NotTiled web page, it exports Lua.
Re: Tilemap in Mobile
Posted: Sat Jul 23, 2022 1:36 am
by LeviathaninWaves
Pombo wrote: ↑Sat Jul 23, 2022 12:37 am
is there any app/site/library or any other way to make a tilemap in a simpler way on mobile? Or a way to make maps made in NotTiled work?
NotTiled is the simplest way that I know of. A bit more complex is running Linux on Android and either getting Tiled from a repo or building it. Of course, nothing is stopping you from creating your own tilemap maker that works exactly how you want it to.
There are several options for loading created tilemaps and rendering them in Love2D, you might try STI and see if you can get it to work. I think it's an acronym for Simple Tiled Implementation. You'll want to make sure to export your maps in the right format.