I’ve recently made an ui library for SFML.Net. So all c# and visual basic and maybe even c++/CLI users can use this with SFML.Net 😀
I didn’t design it for ludum dare but I think I will use it so I will share it with you guys now. It supports anchors, custom controls and window resizing. But there aren’t many UI controls supported, so you need to do some 😀
Currently implemented: Only Text, Picture, Button. So you need to do all the other stuff but you can inherit from the interface to add custom stuff like textboxes. You can find the source code here:
https://github.com/WebFreak001/sfml-ui
But you need to compile it yourself 😛
If you want to run the example copy the files from the Files/ folder into the Debug/ or Release/ folder where your .exe is