SFML community forums

Help => Graphics => Topic started by: Jeckie on July 15, 2013, 11:33:08 pm

Title: Help with tile maps
Post by: Jeckie on July 15, 2013, 11:33:08 pm
How to make tile maps and draw them with sfml?
Does anyone know a good tutorial, I was searching on google and youtube but couldn't find it.
Title: Re: Help with tile maps
Post by: Nexus on July 16, 2013, 12:10:00 am
There are many threads about tilemaps, just search the forum ;)
(If you have issues with the forum search, use Google with the site: filter). You should also have a look at the official vertex array tutorial, because that's the way to draw large tile maps efficiently with SFML.

And do not watch Youtube tutorials, they're usually not as good as they seem and teach a lot of bad habits and questionable code style.