/godot-console

Quake-style console for your Godot projects

Primary LanguageGDScriptMIT LicenseMIT

Godot Console

A work-in-progress Quake-style console for Godot. Requires a recent Godot 2.1-series build.

Preview

Features

  • Commands
  • Cvars
  • Scrolling
  • Toggleable console with fade animation (use Shift+Escape, ~ or ² to toggle)
  • Easily extensible with new commands
  • Rich text format (colors, bold, italic, and more) using a RichTextLabel
  • Basic tab completion

TODO

  • Enhance tab completion
  • Sanitize int/float cvar values (based on existing min/max value data)
  • Navigating command history in the LineEdit

License

Copyright (c) 2016 Hugo Locurcio and contributors

Licensed under the MIT license, see LICENSE.md for more information.