There exists CEGUI, which is a nice GUI library, useable for SFML. The issue is now that there are C# bindings for SFML but not for CEGUI available -as it seems...
Is there any other GUI library out there, working together with SFML, which I could use in C#?
I'd like to avoid to jump to c++ only for the reason that there is no GUI library available...
Thanks