Is it remotely possible to make a console window in an SFML window? More specifically sf::RenderWindow.
It would only need functions similar to std::cout, std::cin, std::getline.
It would mean that cin wouldn't 'freeze' the window like it does in the console.
I've been trying to make one, but it's just in my range of skills.
PS: Is this the right place for this topic?