Crate cvars_console_macroquad
source ·Expand description
Macroquad console
A simple and ergonomic way to store and edit configuration in your game at runtime
In-game console for the macroquad game engine for changing cvars at runtime.

Usage
- Add
cvars-console-macroquadto yourCargo.toml:
cargo add cvars-console-macroquad
-
Create a
MacroquadConsolewhen initializing your game. -
Call its
updatemethod in your main loop.
Real-world example
See how RecWars uses cvars and the console.
License
AGPL-v3 or newer
Structs
- In-game console for the Macroquad game engine.