-
Notifications
You must be signed in to change notification settings - Fork 21
Brainstorming
This page contains information on ideas about what we could do next for this application.
Back to Main.
To create a Doom look alike 3D animation in ASCII to be shown on terminal. This is trickier, because the rendering dimensions (width, height) can vary, making it difficult to draw the graphics on the fly for each frame of the animation... it is challenging!
Idea by: Scott Martens
For example, to allow the app to run in background and start the foreground if idle for N minutes. Then, it would be back by any keyboard action. This would make this application a true screensaver for terminals. I believe, however, this should be "optional", as most penguins out there would complain over unnecessary use of computer resources.
Just support to many languages to help spread the word!
Status: Work in progress. Already working, but having trouble for MO file installation.
Python is cross-platform, but there are tricks to make this work in the rudimentary DOS screen. Most of the controls for the terminal are already compatible, but there is work to finalize a compiled version of the application (maybe using py2exe).
Status: Works if you execute from the code directly (remember to have python under the PATH)