2dguy
7 years agoVisitor
BrightScript Game Development Questions
I'm still doing research on coding games using Brightscript, I'm in the middle of releasing an app on another platform otherwise I would have spent time researching this myself. I greatly appreciate any responses.
Q) Is it possible to set up a lower resolution for the game and have it scaled to the device?
Q) What audio format(s) are used for sound effects and music?
Q) How may sounds will I be able to play at a time?
Q) Do we get access to hardware supported rotation, scaling?
Q) Do we get access to hardware supported alpha blending, etc?
Q In the 2D world, I'm used to drawing the scene every frame. From back to front. Tile maps, background images, then sprites, etc. Would this be a similar process using Brightscript?
Q) For brute rendering performance considerations, with a 1920x1080hd background, how many 32x32 sprites could be rendered and still have 60fps updating? I'm used to terms like "sprite batching" to increase performance. Is any of this applied when working with BrightScript?
Q) Can someone please give me a link where I can download "everything I need" to start programming in BrightScript? I can't find this information anywhere. lol.. Thx!
Q) Is it possible to set up a lower resolution for the game and have it scaled to the device?
Q) What audio format(s) are used for sound effects and music?
Q) How may sounds will I be able to play at a time?
Q) Do we get access to hardware supported rotation, scaling?
Q) Do we get access to hardware supported alpha blending, etc?
Q In the 2D world, I'm used to drawing the scene every frame. From back to front. Tile maps, background images, then sprites, etc. Would this be a similar process using Brightscript?
Q) For brute rendering performance considerations, with a 1920x1080hd background, how many 32x32 sprites could be rendered and still have 60fps updating? I'm used to terms like "sprite batching" to increase performance. Is any of this applied when working with BrightScript?
Q) Can someone please give me a link where I can download "everything I need" to start programming in BrightScript? I can't find this information anywhere. lol.. Thx!