mmandel.com

animation, graphics, games, and other projects

GLConsole library with source released

21st February 2007

I’m releasing a small C++ library with source code called GLConsole that was very useful in my old college game and research projects. It’s a simple “Quake-style” debugging console/shell you can overlay on your application to expose any program variables for tweaking separately from the code, print error or status information, and/or access custom commands. It also does the standard shell things like complete/partial tab completion with suggestions and history. More details including a demo and the source are available at its project page.

GLConsole Demo Shot

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>