use blitzmaxGUI for game launcher?

BlitzMax Forums/BlitzMax Programming/use blitzmaxGUI for game launcher?

slenkar(Posted 2009) [#1]
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


plash(Posted 2009) [#2]
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.


dmaz(Posted 2009) [#3]
why have separate apps? you know you can mix the two.