SFML community forums
Help => Graphics => Topic started by: Ernesato on February 17, 2011, 02:59:36 pm
-
Hey guys,
I am just wondering if there's any Quake-style console library available for SFML, something like SDL_Console (http://wacha.ch/wiki/sdlconsole/) for SDL?
I've googled around but got no big hit so far...
Thanks in advance.
-
I've looked before and a well made, stable, extensible solution doesn't seem to exist. Not for SFML anyway.
I haven't looked at the code for that SDL one yet but you should be able to learn anything you need to make one from there really.
Also consider that your project might not need a huge impressive do anything console. I have found this the case for myself before and a combination of keyboard shortcuts and text input can suffice.