Games-Console
view release on metacpan or search on metacpan
- input(), add_input(), last_input(),
- autocomplete()
- backbuffer_size(),
- prompt(),
- cursor(),
2003-03-23 v0.01 Tels - 10 tests - first version
* Added Games::Console and Games::Console::OpenGL:
- can move down/up, display messages,
- shows prompt blinking cursor
- transparent overlay
Please send me test-reports, your experiences with this and your ideas - I love
to hear about my work!
Tels <http://bloodgate.com/>
examples/opengl.pl view on Meta::CPAN
#!/usr/bin/perl -w
# spinning cube in OpenGL with overlayed console
use strict;
BEGIN
{
$| = 1;
unshift @INC, './lib';
unshift @INC, '../lib';
unshift @INC, '../blib/arch/';
}
( run in 0.474 second using v1.01-cache-2.11-cpan-49f99fa48dc )