In-game console for the macroquad game engine for changing cvars at runtime.
cvars-console-macroquad
to your Cargo.toml
:shell
cargo add cvars-console-macroquad
Create a MacroquadConsole
when initializing your game.
Call its update
method in your main loop.
See how RecWars uses cvars and the console.
AGPL-v3 or newer