Hi,
I am very impressed of all the work you have done with TGUI. Out of interest: How many developers are working on the project?
Anyway, from the "widgets" test program, I was thinking of the following improvements:
1: Is it possible to add a Theme constructor that takes a theme from memory instead of from file?
Like the "LoadFromMemory" functions in SFML? In this way, we could prevent users to tamper with
the theme.
2: Perhaps also make a constructor for predefined themes?
Something like:
#define THEME_BLACK 1000
#define THEME_GRAY 1001
tgui::Theme theme(THEME_BLACK);
Small things, but anyway.
Ingar Steinsland
ingar@labelcraft.net
I am very impressed of all the work you have done with TGUI. Out of interest: How many developers are working on the project?
Anyway, from the "widgets" test program, I was thinking of the following improvements:
1: Is it possible to add a Theme constructor that takes a theme from memory instead of from file?
Like the "LoadFromMemory" functions in SFML? In this way, we could prevent users to tamper with
the theme.
2: Perhaps also make a constructor for predefined themes?
Something like:
#define THEME_BLACK 1000
#define THEME_GRAY 1001
tgui::Theme theme(THEME_BLACK);
Small things, but anyway.
Ingar Steinsland
ingar@labelcraft.net
