https://github.com/if1live/irrlicht-console
Quake like console for changing program variables or call function at runtime.
https://github.com/if1live/irrlicht-console
Last synced: about 2 months ago
JSON representation
Quake like console for changing program variables or call function at runtime.
- Host: GitHub
- URL: https://github.com/if1live/irrlicht-console
- Owner: if1live
- Created: 2013-04-13T03:01:32.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-28T01:00:11.000Z (almost 12 years ago)
- Last Synced: 2025-03-24T18:11:42.899Z (2 months ago)
- Language: C++
- Homepage: http://libsora.so/irrlicht-console/
- Size: 367 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: licenses/IrrConsole_License.txt
Awesome Lists containing this project
README
#irrlicht-console
Quake like console for changing program variables or call function at runtime.
Rather than having to recompile your program every time you want to change a variable,
or implement a GUI for all your variables, GLConsole's CVars allow you to change variables
on a simple command line while your program is running. (from [GLConsole][glconsole])irrlicht-console = [GLConsole][glconsole] + [IrrConsole][irrconsole]
## Preview

## Key
* ~/` : Show console
* Left / Right : Move Cursor
* Home / Ctrl-a : Cursor to beginning of line
* End / Ctrl-e : Cursor to end of line
* Up : Display previous command in history on command line.
* Down : Go forward in the history.
* Shift + Up : Scroll up line
* Shift + Down : Scroll down line
* Page Up : Scroll up
* Page Down : Scroll down
* Tab : Auto complete## Reference
* [GLConsole][glconsole]
* [IrrConsole][irrconsole][glconsole]: http://www.robots.ox.ac.uk/~gsibley/GLConsole/
[irrconsole]: http://www.oocities.org/standard_template/irrconsole/index.html