Hi,
is there some splascreen example somewhere ?
If not could someone suggest me some directions ?
My goal is to display a splash screen, say 320x200, for my App (1280x800).
should it be a separate applications ?
Any hint ?
regards,
- Lucas
Hi,
is there some splascreen example somewhere ?
If not could someone suggest me some directions ?
My goal is to display a splash screen, say 320x200, for my App (1280x800).
should it be a separate applications ?
Any hint ?
regards,
I haven’t seen any OF apps that do this, and it’s not a feature that is built into OF. Creating new, borderless windows is also something that varies between operating systems… so it would probably be easiest to find a plain C++ example of a splash screen for whatever OS you would like to deploy on.
yep, I reached this conclusion too.
I wont go for a splashscreen effort as I intend to release for Linux/OSX/Windows …
Thanks for the reply anyway !