I had an idea recently for a project that I both wanted to use SFML for, and wanted lots of buttons and controls. My instinct was to use SFML.Net and C#, specifically with a WPF window so I could use XAML for my layouts.
Actually getting the two to work together was harder than I expected though. But I managed to get a working setup going, which I’ll document here step-by-step.