#console #debugging #settings #gamedev

cvars-console

In-game console using the cvars crate for configuration - internal crate, use cvars-console-fyrox or cvars-console-macroquad in your game

2 unstable releases

0.2.0 Jul 1, 2023
0.1.0 Feb 4, 2023

#1052 in Configuration

31 downloads per month
Used in 3 crates (2 directly)

AGPL-3.0-or-later

34KB
126 lines

Cvars-console

Engine-independant parts of in-game consoles.

Currently parsing and executing commands, help, history. Eventually cvarlist, search, tab completion, ...

Internal crate.

If you're writing a game, you don't need to use this crate directly. Instead, use one of the frontends depending on your game engine:

You only need to depend on cvars-console if you're writing a new console frontend.

Also see the main cvars crate.

License

AGPL-v3 or newer

Dependencies

~195–620KB
~15K SLoC