Greetings!
Currently, I have begun implementation of this library with a personal project I and some friends are working on using SFML. We're using C#, and I have begun using the TGUI library.
In trying to keep some standardization, we're making use of resource files. I am finding that while some aspects have constructor implementations using Stream (ie Font) others simply do not (ie Picture), and thus make the use of Resources much more difficult. I have begun patching my local copy to support this, and was wondering if this was something planned for the final release, or if there was a way we could share these branched modifications?
PS if it might also be relevant, I'm currently building on a Windows machine, and was able to get the library up effortlessly simply by recompiling the source.