in order to make things running smooth the following technical details might matter:* texture sizes that are fast to lookup using bitshifting >>> or other tricks. 8,16,32,64,128,512,1024,2048 are such numbers because they part of ^2 numbers. * ram size might be something to consider if you develop for a console, handheld…