Crates.io | cvars-console |
lib.rs | cvars-console |
version | 0.2.0 |
source | src |
created_at | 2023-02-04 21:48:47.538876 |
updated_at | 2023-07-01 22:57:27.437088 |
description | In-game console using the cvars crate for configuration - internal crate, use cvars-console-fyrox or cvars-console-macroquad in your game |
homepage | https://github.com/martin-t/cvars |
repository | https://github.com/martin-t/cvars |
max_upload_size | |
id | 776655 |
size | 9,436 |
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.
AGPL-v3 or newer