[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] PyConsole IN Pygame?



Hi, have been writing basic console in blender3d's game engine but I
was thinking that anyone else trying to write an in-game console (like
in quake :) ) would have to do almost the same things.
There is just some differences when you are getting events directly,
and having to do a basic readline style line editor in python which
could be generic between blender3d or any other engine.

Requirements are that you can get events, render text and store the
console object between execution's.

I was wondering if anyone had written a python console in PyGame? or
could it be useful to port as a testcase?

-- 
- Campbell