cvars-console

Crates.iocvars-console
lib.rscvars-console
version0.2.0
sourcesrc
created_at2023-02-04 21:48:47.538876
updated_at2023-07-01 22:57:27.437088
descriptionIn-game console using the cvars crate for configuration - internal crate, use cvars-console-fyrox or cvars-console-macroquad in your game
homepagehttps://github.com/martin-t/cvars
repositoryhttps://github.com/martin-t/cvars
max_upload_size
id776655
size9,436
Martin Taibr (martin-t)

documentation

README

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

Commit count: 353

cargo fmt