1
Graphics / Re: Sorting sprite's layers in isometric view
« on: March 30, 2015, 04:06:45 pm »To me it doesn't sound like a sorting problem. It sounds more like a problem with how many sprites you try to draw individually.
Did you profile to check if the sorting is really your problem?
Yes, with disabled sorting there are no problems.
Take a look here: http://www-cs-students.stanford.edu/~amitp/gameprog.html#tiles and youll find lots of resources on isometric tile based games.
For more general good stuff, check out this link: http://www.redblobgames.com/
Thanks, I will definitely check these