Random snippet - sf view usage.
// Initialize the view to a rectangle located at (100, 100) and with a size of 400x200
// view.reset(sf::FloatRect(0, 0, 400, 400));
// where we render on the destination.
// view.setViewport(sf::FloatRect(0.f, 0.f, 0.5f, 1.f));