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