Is Maxgui Suited for In-Game Guis?
BlitzMax Forums/MaxGUI Module/Is Maxgui Suited for In-Game Guis?
| ||
I am working on an RPG. Is Maxgui suited for use as a gui for inventories and the like or is it intended more for tool development and the like with the native Windows gui look and feel? |
| ||
MaxGui is intended for applications. It uses the standard controls that come with the operating system API in most cases. It's not really suited for an in-game GUI. You can find some (one) in-game GUIs for BlitzMax at: http://www.blitzbasic.com/toolbox/toolbox.php?cat=14 |
| ||
Thanks, that is what I figured. |