Sorry if this has been already asked but how do i blit a texture on screen?
ie: i have a 64x64 texture but i want to blit just the {0,0,32,32} rect of it.
Im looking for something like HTML5 canvas.drawImage() functions.
My idea is to make a tile map with it, ive seen some folks using Sprites for each tile but that doesnt seem too good performace wise.
Thanks buds!