use blitzmaxGUI for game launcher?
BlitzMax Forums/BlitzMax Programming/use blitzmaxGUI for game launcher?| 
 | ||
| Is it any slower to use a single canvas for a game with no gui elements? if it is slower, how do you launch a game after choosing resolution with a small gui app | 
| 
 | ||
|  Is it any slower to use a single canvas for a game with no gui elements? Probably not.  if it is slower, how do you launch a game after choosing resolution with a small gui app  Create a separate program that lets the user choose a resolution, then when you run the game just pass the resolution as an argument to the game. | 
| 
 | ||
| why have separate apps?  you know you can mix the two. |